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.2 to 8.0.3

18

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

@@ -26,3 +26,2 @@ "type": "module",

"prebuild": "rimraf dist",
"commit": "git-cz",
"check-coverage": "c8 check-coverage --statements 100 --branches 100 --functions 100 --lines 100",

@@ -64,7 +63,3 @@ "watch:test": "npm t -- -w",

"chai-spies": "^1.0.0",
"commitizen": "^4.2.4",
"commitlint": "^17.0.2",
"coveralls": "^3.1.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.1",
"mocha": "^10.0.0",

@@ -79,13 +74,2 @@ "mochawesome": "^7.1.3",

},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "npm run build && npm run cover && npm run check-coverage"
}
},
"c8": {

@@ -92,0 +76,0 @@ "include": [

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