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.9 to 1.0.10

6

package.json

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "1.0.9",
"version": "1.0.10",
"main": "lib/index.js",

@@ -12,5 +12,5 @@ "types": "lib/index.d.ts",

"win:build": "(if exist lib rmdir /s /q lib) && tsc && jest && jest --config build.jest.config.js --coverage",
"build": "rm -rf lib && tsc && jest && jest --config build.jest.config.js --coverage",
"unx:build": "rm -rf lib && tsc && jest && jest --config build.jest.config.js --coverage",
"win:publish": "(if exist lib rmdir /s /q lib) && tsc && jest && jest --config build.jest.config.js && npm publish",
"publish": "rm -rf lib && tsc && jest && jest --config build.jest.config.js && npm publish",
"unx:publish": "rm -rf lib && tsc && jest && jest --config build.jest.config.js && npm publish",
"test:coverage": "jest --coverage",

@@ -17,0 +17,0 @@ "test:watch": "jest --watch"

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