New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

alpha-serializer-msgpack

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

alpha-serializer-msgpack

Msgpack adapter for alpha-serializer

latest
Source
npmnpm
Version
0.3.8
Version published
Maintainers
1
Created
Source

alpha-serializer-msgpack

CircleCI Coverage Status

Msgpack adapter for alpha-serializer.

Install

npm install --save alpha-serializer-msgpack

Usage

Setting adapter in global serializer

const {MsgpackAdapter} = require('alpha-serializer-msgpack');
const {serializer} = require('alpha-serializer');

serializer.adapter = new MsgpackAdapter();

Using adapter in new serializer instance

const {MsgpackAdapter} = require('alpha-serializer-msgpack');
const {Serializer, normalizer} = require('alpha-serializer');

const serializer = new Serializer(normalizer, new MsgpackAdapter);

Keywords

serializer

FAQs

Package last updated on 23 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts