Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@silver886/json-schema

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@silver886/json-schema - npm Package Compare versions

Comparing version
5.2.0
to
5.2.1
pnpm-lock.yaml

Sorry, the diff of this file is too big to display

+19
-22
{
"name": "@silver886/json-schema",
"version": "5.2.0",
"version": "5.2.1",
"description": "JSON schema",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"comments": "leasot --ignore node_modules/** .git/** --tags NOTE OPTIMIZE TODO HACK XXX FIXME BUG --filetype .ts **",
"lint": "eslint .",
"watch-pretest": "npm run pretest -- --watch",
"watch-test": "npm test -- --watchAll",
"pretest": "tsc -p ./test/tsconfig.json",
"test": "jest --coverage",
"prepack": "tsc",
"prepublishOnly": "npm test"
},
"repository": {

@@ -35,16 +25,23 @@ "type": "git",

"devDependencies": {
"@silver886/eslint-config": "^1.0.8",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"jest": "^27.1.0",
"@silver886/eslint-config": "^2.0.0",
"@types/jest": "^27.4.0",
"@types/node": "^14.18.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^8.5.0",
"jest": "^27.4.5",
"leasot": "^12.0.0",
"ts-node": "^10.2.1",
"typescript": "^4.4.2"
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"dependencies": {
"ajv": "^8.6.2"
"ajv": "^8.8.2"
},
"scripts": {
"comments": "leasot --ignore node_modules/** .git/** --tags NOTE OPTIMIZE TODO HACK XXX FIXME BUG --filetype .ts **",
"lint": "eslint .",
"watch-pretest": "npm run pretest -- --watch",
"watch-test": "npm test -- --watchAll",
"test": "tsc -p ./test/tsconfig.json && jest --coverage"
}
}
}