@ipld/dag-json
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package