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

jsonref

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonref - npm Package Compare versions

Comparing version 8.0.1 to 8.0.2

6

package.json
{
"name": "jsonref",
"version": "8.0.1",
"version": "8.0.2",
"description": "Javascript References ($ref) and Pointers library",

@@ -27,3 +27,3 @@ "type": "module",

"commit": "git-cz",
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"check-coverage": "c8 check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"watch:test": "npm t -- -w",

@@ -89,3 +89,3 @@ "test": "find ./test/ts -type f -name '*.js' -delete && npm run build && tsc -p test && mocha --exit --no-timeouts --recursive --reporter mochawesome --reporter-options reportDir=test-results test/**/*.test.js",

},
"nyc": {
"c8": {
"include": [

@@ -92,0 +92,0 @@ "dist/**/*.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