Socket
Socket
Sign inDemoInstall

@apidevtools/json-schema-ref-parser

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apidevtools/json-schema-ref-parser - npm Package Compare versions

Comparing version 10.0.1 to 10.1.0

dist/lib/bundle.d.ts

89

package.json
{
"name": "@apidevtools/json-schema-ref-parser",
"version": "10.0.1",
"version": "10.1.0",
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",

@@ -31,2 +31,6 @@ "keywords": [

"email": "jakub@stoplight.io"
},
{
"name": "JonLuca DeCaro",
"email": "apis@jonlu.ca"
}

@@ -41,9 +45,4 @@ ],

"funding": "https://github.com/sponsors/philsturgeon",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"exports": {
"types": "./lib/index.d.ts",
"require": "./cjs/index.js",
"default": "./lib/index.js"
},
"types": "dist/lib/index.d.ts",
"main": "dist/lib/index.js",
"browser": {

@@ -53,52 +52,52 @@ "fs": false

"engines": {
"node": ">= 17"
"node": ">= 16"
},
"files": [
"lib",
"dist",
"cjs"
],
"type": "module",
"scripts": {
"build": "swc ./lib/*.js -d ./cjs && swc ./lib/**/*.js -d ./cjs && copyfiles ./lib/**/*.cjs -u 1 ./cjs && node ./scripts/writeCJSPackageJSON.cjs",
"clean": "shx rm -rf coverage cjs",
"lint": "eslint lib test/fixtures test/specs",
"test": "npm run test:node && npm run test:typescript && npm run test:browser && npm run lint",
"test:node": "mocha",
"test:browser": "cross-env NODE_OPTIONS=--openssl-legacy-provider karma start karma.conf.cjs --single-run",
"test:typescript": "tsc --noEmit --strict --lib esnext,dom test/specs/typescript-definition.spec.ts",
"coverage": "npm run coverage:node && npm run coverage:browser",
"coverage:node": "c8 node_modules/mocha/bin/mocha",
"coverage:browser": "npm run test:browser -- --coverage",
"upgrade": "npm-check -u && npm audit fix"
"prepublishOnly": "yarn build",
"lint": "eslint lib",
"build": "rm -fr dist/* && tsc",
"typecheck": "tsc --noEmit",
"prettier": "prettier --write \"**/*.+(js|jsx|ts|tsx|har||json|css|md)\"",
"test": "vitest --coverage",
"test:node": "yarn test",
"test:browser": "cross-env BROWSER=\"true\" yarn test",
"test:update": "vitest -u",
"test:watch": "vitest -w"
},
"devDependencies": {
"@babel/polyfill": "^7.12.1",
"@chiragrupani/karma-chromium-edge-launcher": "^2.2.2",
"@jsdevtools/eslint-config": "^1.0.7",
"@jsdevtools/host-environment": "^2.1.2",
"@jsdevtools/karma-config": "^3.1.7",
"@swc/cli": "^0.1.59",
"@swc/core": "^1.3.25",
"@types/node": "^14.14.21",
"@types/eslint": "8.4.10",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/eslint-plugin-tslint": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitest/coverage-c8": "^0.28.1",
"abortcontroller-polyfill": "^1.7.5",
"c8": "^7.12.0",
"chai": "^4.2.0",
"chai-subset": "^1.6.0",
"chokidar": "^3.5.3",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"eslint": "^7.18.0",
"isomorphic-fetch": "^3.0.0",
"karma": "^5.0.2",
"karma-cli": "^2.0.0",
"mocha": "^8.2.1",
"node-abort-controller": "^3.0.1",
"npm-check": "^5.9.0",
"shx": "^0.3.2",
"typescript": "^4.0.5"
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unused-imports": "^2.0.0",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.0",
"node-fetch": "^3.3.0",
"prettier": "^2.8.3",
"typescript": "^4.9.4",
"vitest": "^0.28.1"
},
"dependencies": {
"@jsdevtools/ono": "^7.1.3",
"@types/json-schema": "^7.0.6",
"call-me-maybe": "^1.0.1",
"js-yaml": "^4.1.0"
"@types/json-schema": "^7.0.11",
"@types/lodash.clonedeep": "^4.5.7",
"js-yaml": "^4.1.0",
"lodash.clonedeep": "^4.5.0"
},

@@ -105,0 +104,0 @@ "release": {

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