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 2.0.0 to 2.0.1

4

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

@@ -10,3 +10,3 @@ "main": "index.js",

"scripts": {
"test": "nyc --branches 100 --functions 100 --lines 100 aegir test -t node",
"test": "nyc --branches 100 --functions 100 --lines 100 aegir test",
"pretest": "aegir lint"

@@ -13,0 +13,0 @@ },

'use strict'
/* globals it */
const dag = require('../')
const CID = require('cids')
const { it } = require('mocha')
const assert = require('assert')

@@ -6,0 +6,0 @@ const tsame = require('tsame')

Sorry, the diff of this file is not supported yet

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