Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ipld/dag-json

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ipld/dag-json - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

coverage/tmp/coverage-3539-1592676982164-0.json

14

package.json
{
"name": "@ipld/dag-json",
"version": "3.0.5",
"version": "3.0.6",
"description": "JSON Directed Acrylic Graph for IPLD",

@@ -11,3 +11,8 @@ "main": "index.js",

"scripts": {
"test": "hundreds mocha test.js && npm run test:browser",
"build": "rollup --config rollup.config.js",
"prepublishOnly": "npm run build",
"lint": "standard",
"test:cjs": "npm run build && mocha dist/test.cjs",
"test:node": "hundreds mocha test.js",
"test": "npm run lint && npm run test:node && npm run test:browser && npm run test:cjs",
"test:browser": "polendina --cleanup test.js",

@@ -29,6 +34,7 @@ "coverage": "c8 --reporter=html mocha test.js && npx st -d coverage -p 8080",

"devDependencies": {
"hundreds": "0.0.4",
"hundreds": "0.0.7",
"mocha": "^8.0.1",
"multiformats": "1.0.3",
"multiformats": "1.1.6",
"polendina": "^1.0.0",
"rollup": "^2.17.1",
"standard": "^14.3.4"

@@ -35,0 +41,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