New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ipld/dag-cbor

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ipld/dag-cbor - npm Package Compare versions

Comparing version 6.0.10 to 6.0.11

2

cjs/browser-test/test-basics.js

@@ -14,3 +14,3 @@ 'use strict';

const {encode, decode} = index;
const {assert} = chai__default['default'];
const {assert} = chai__default["default"];
const test = it;

@@ -17,0 +17,0 @@ const same = assert.deepStrictEqual;

@@ -17,5 +17,3 @@ 'use strict';

enumerable: true,
get: function () {
return e[k];
}
get: function () { return e[k]; }
});

@@ -25,3 +23,3 @@ }

}
n['default'] = e;
n["default"] = e;
return Object.freeze(n);

@@ -28,0 +26,0 @@ }

@@ -14,3 +14,3 @@ 'use strict';

const {encode, decode} = index;
const {assert} = chai__default['default'];
const {assert} = chai__default["default"];
const test = it;

@@ -17,0 +17,0 @@ const same = assert.deepStrictEqual;

{
"name": "@ipld/dag-cbor",
"version": "6.0.10",
"version": "6.0.11",
"description": "JS implementation of DAG-CBOR",

@@ -5,0 +5,0 @@ "main": "./cjs/index.js",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc