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.17 to 1.0.18

10

package.json

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

"license": "MIT",
"version": "1.0.17",
"version": "1.0.18",
"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",

@@ -17,2 +15,6 @@ "unx:build": "rm -rf lib && tsc && jest && jest --config build.jest.config.js --coverage",

"unx:publish": "rm -rf lib && tsc && jest && jest --config build.jest.config.js && npm publish",
"win:upgrade-latest": "(if exist node_modules rmdir /s /q node_modules) && (if exist package-lock.json del /s /q package-lock.json) && ncu -u --target latest && npm install",
"unx:upgrade-latest": "rm -rf node_modules && rm -f package-lock.json && ncu -u --target latest && npm install",
"win:upgrade-minor": "(if exist node_modules rmdir /s /q node_modules) && (if exist package-lock.json del /s /q package-lock.json) && ncu -u --target minor && npm install",
"unx:upgrade-minor": "rm -rf node_modules && rm -f package-lock.json && ncu -u --target minor && npm install",
"test:coverage": "jest --coverage",

@@ -22,3 +24,3 @@ "test:watch": "jest --watch"

"dependencies": {
"@apigames/json": "^1.0.45",
"@apigames/json": "^1.0.46",
"deep-equal": "^2.0.5",

@@ -25,0 +27,0 @@ "es6-promise": "^4.2.8",

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