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.7 to 3.0.8

coverage/tmp/coverage-3703-1592677701873-0.json

11

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

@@ -14,8 +14,7 @@ "main": "index.js",

"lint": "standard",
"test:cjs": "npm run build && mocha dist/test.cjs",
"test:node": "hundreds mocha test.js",
"test:cjs": "npm run build && mocha dist/tests/test-*.cjs",
"test:node": "hundreds mocha tests/test-*.js",
"test": "npm run lint && npm run test:node && npm run test:browser && npm run test:cjs",
"test:browser": "polendina --cleanup test.js",
"coverage": "c8 --reporter=html mocha test.js && npx st -d coverage -p 8080",
"pretest": "standard"
"test:browser": "polendina --cleanup tests/test-*.js",
"coverage": "c8 --reporter=html mocha test.js && npx st -d coverage -p 8080"
},

@@ -22,0 +21,0 @@ "exports": {

@@ -23,6 +23,6 @@ import path from 'path'

configs.push({
input: 'test.js',
input: 'tests/test-basics.js',
output: {
plugins,
file: path.join('dist', 'test.cjs'),
file: path.join('dist', 'tests', 'test-basics.cjs'),
format: 'cjs'

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