Socket
Socket
Sign inDemoInstall

msgpack5

Package Overview
Dependencies
9
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.0 to 3.5.1

10

package.json
{
"name": "msgpack5",
"version": "3.5.0",
"version": "3.5.1",
"description": "A msgpack v5 implementation for node.js and the browser, with extension points",

@@ -37,8 +37,8 @@ "main": "index.js",

"jshint": "^2.9.5",
"level-test": "^2.0.3",
"memdb": "^1.3.1",
"pre-commit": "^1.2.2",
"standard": "^10.0.0",
"tape": "^4.7.0",
"standard": "^10.0.3",
"tape": "^4.8.0",
"testling": "^1.7.1",
"uglify-js": "^3.0.0"
"uglify-js": "^3.0.28"
},

@@ -45,0 +45,0 @@ "standard": {

'use strict'
var test = require('tape').test
var level = require('level-test')()
var level = require('memdb')
var msgpack = require('../')

@@ -11,3 +11,3 @@

var pack = msgpack()
var db = level('foo', {
var db = level({
valueEncoding: pack

@@ -33,3 +33,3 @@ })

var pack = msgpack()
var db = level('foo', {
var db = level({
valueEncoding: pack

@@ -56,3 +56,3 @@ })

var pack = msgpack()
var db = level('foo', {
var db = level({
valueEncoding: pack

@@ -59,0 +59,0 @@ })

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc