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

@ipld/dag-json

Package Overview
Dependencies
Maintainers
4
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 8.0.6 to 8.0.7

cjs/browser-test/test-basics.js

12

package.json
{
"name": "@ipld/dag-json",
"version": "8.0.6",
"version": "8.0.7",
"description": "JS implementation of DAG-JSON",
"main": "index.js",
"main": "./cjs/index.js",
"types": "./types/index.d.ts",
"type": "module",
"scripts": {

@@ -32,3 +31,5 @@ "lint": "standard *.js test/*.js",

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

@@ -160,3 +161,4 @@ "dependencies": {

]
}
},
"browser": "./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