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.14 to 3.0.15

cjs/index.js

18

package.json
{
"name": "@ipld/dag-json",
"version": "3.0.14",
"version": "3.0.15",
"description": "JSON Directed Acrylic Graph for IPLD",
"type": "module",
"directories": {

@@ -20,3 +19,7 @@ "test": "test"

"exports": {
"import": "./index.js"
"import": {
"require": "./cjs/index.js",
"import": "./esm/index.js",
"browser": "./esm/index.js"
}
},

@@ -37,5 +40,5 @@ "repository": {

"mocha": "^8.1.1",
"multiformats": "3.0.0",
"multiformats": "3.0.3",
"polendina": "^1.1.0",
"rollup": "^2.26.3",
"rollup": "^2.26.4",
"standard": "^14.3.4"

@@ -47,3 +50,6 @@ },

"lodash.transform": "^4.6.0"
},
"browser": {
"import": "./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