New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@apigames/json-schema

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apigames/json-schema - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

24

package.json

@@ -6,6 +6,8 @@ {

"license": "MIT",
"version": "1.0.16",
"version": "1.0.17",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"win:upgrade": "(if exist node_modules rmdir /s /q node_modules) && (if exist package-lock.json del /s /q package-lock.json) && ncu -u && npm install",
"unx:upgrade": "rm -rf node_modules && rm -f package-lock.json && ncu -u && npm install",
"win:build": "(if exist lib rmdir /s /q lib) && tsc && jest && jest --config build.jest.config.js --coverage",

@@ -19,4 +21,4 @@ "unx:build": "rm -rf lib && tsc && jest && jest --config build.jest.config.js --coverage",

"dependencies": {
"@apigames/json": "^1.0.43",
"deep-equal": "^1.0.1",
"@apigames/json": "^1.0.45",
"deep-equal": "^2.0.5",
"es6-promise": "^4.2.8",

@@ -27,15 +29,15 @@ "jsonschema": "^1.4.0",

"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.21",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.18.0",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},

@@ -42,0 +44,0 @@ "eslintConfig": {},

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