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

core-types-json-schema

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-types-json-schema - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

40

package.json
{
"name": "core-types-json-schema",
"version": "2.0.0",
"version": "2.1.0",
"description": "core-types ⬌ JSON Schema conversion",

@@ -24,3 +24,3 @@ "author": "Gustaf Räntilä",

"build": "rimraf dist && tsc -p tsconfig.prod.json",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --coverage",
"cz": "git-cz"

@@ -43,15 +43,15 @@ },

"@types/json-schema": "^7.0.11",
"core-types": "^2.0.1",
"core-types": "^3.0.0",
"jsonpos": "^4.1.2",
"openapi-json-schema": "^1.1.3"
"openapi-json-schema": "^2.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.4.0",
"@babel/preset-typescript": "^7.21.0",
"@types/jest": "^29.5.0",
"cz-conventional-changelog": "^3.3.0",
"jest": "^29.4.1",
"rimraf": "^4.1.2",
"jest": "^29.5.0",
"rimraf": "^4.4.0",
"ts-jest-resolver": "^2.0.0",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},

@@ -63,3 +63,25 @@ "config": {

},
"jest": {
"resolver": "ts-jest-resolver",
"extensionsToTreatAsEsm": [
".ts"
],
"testMatch": [
"<rootDir>/lib/**/*.spec.ts"
],
"testEnvironment": "node",
"coverageReporters": [
"lcov",
"text",
"html"
],
"collectCoverageFrom": [
"<rootDir>/lib/**"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/__snapshots__/"
]
},
"packageManager": "yarn@3.2.4"
}
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