Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.6 to 1.1.0

dist/index.cjs

20

package.json
{
"name": "@ipld/dag-cbor",
"version": "1.0.6",
"version": "1.1.0",
"description": "JS implementation of dag-cbor",

@@ -8,7 +8,14 @@ "main": "src/index.js",

"scripts": {
"test": "hundreds mocha test/test-*.js && npm run test:browser",
"build": "rollup --config rollup.config.js",
"prepublishOnly": "npm run build",
"lint": "standard",
"test:cjs": "npm run build && mocha test/cjs/test.cjs",
"test:node": "hundreds mocha test/test-*.js",
"test:browser": "polendina --cleanup test/test-*.js",
"coverage": "nyc --reporter=html mocha test/test-*.js && npx st -d coverage -p 8080",
"pretest": "standard"
"test": "npm run lint && npm run test:node && npm run test:browser && npm run test:cjs",
"coverage": "c8 --reporter=html mocha test/test-*.js && npx st -d coverage -p 8080"
},
"exports": {
"require": "./dist/index.cjs"
},
"repository": {

@@ -32,6 +39,7 @@ "type": "git",

"garbage": "0.0.0",
"hundreds": "0.0.4",
"hundreds": "0.0.7",
"mocha": "^8.0.1",
"multiformats": "1.0.7",
"multiformats": "1.1.2",
"polendina": "^1.0.0",
"rollup": "^2.17.1",
"standard": "^14.3.4"

@@ -38,0 +46,0 @@ },

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