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

@json-schema-tools/dereferencer

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@json-schema-tools/dereferencer - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [1.2.7](https://github.com/json-schema-tools/dereferencer/compare/1.2.6...1.2.7) (2020-10-23)
### Bug Fixes
* add eslint dependency and workflow ([8ac862b](https://github.com/json-schema-tools/dereferencer/commit/8ac862b3692c11d61f12617b09ed5644431a7322))
* setup eslint properly ([61cdec3](https://github.com/json-schema-tools/dereferencer/commit/61cdec3680253aa7d2c961c655ad27a0ef81584c))
## [1.2.6](https://github.com/json-schema-tools/dereferencer/compare/1.2.5...1.2.6) (2020-10-17)

@@ -2,0 +10,0 @@

12

package.json
{
"name": "@json-schema-tools/dereferencer",
"version": "1.2.6",
"version": "1.2.7",
"description": "Dereference (aka parse refs) from JSON Schemas",

@@ -13,5 +13,5 @@ "main": "build/index.js",

"build:code": "tsc",
"lint": "tslint --fix -p .",
"test": "npm run test:unit",
"test:unit": "npm run lint && jest --coverage",
"lint": "eslint . --ext .ts",
"test": "npm run test:unit && npm run test:web",
"test:unit": "jest --coverage",
"test:web": "npm run build:code"

@@ -36,5 +36,7 @@ },

"@types/node": "^14.11.10",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.11.0",
"jest": "^24.8.0",
"ts-jest": "^24.1.0",
"tslint": "^6.1.2",
"typedoc": "^0.19.1",

@@ -41,0 +43,0 @@ "typescript": "^4.0.3"

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