🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

quicktype-typescript-input

Package Overview
Dependencies
Maintainers
2
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quicktype-typescript-input - npm Package Compare versions

Comparing version

to
0.0.57

dist/EncodedDefaultTypeScriptLibrary.d.ts

14

package.json
{
"name": "quicktype-typescript-input",
"version": "0.0.56",
"version": "0.0.57",
"description": "Package for using TypeScript as an input language to quicktype",

@@ -11,3 +11,3 @@ "license": "Apache-2.0",

"clean": "rm -rf dist node_modules *~",
"postpack": "npm run build",
"prepare": "npm run build",
"build": "tsc",

@@ -17,8 +17,8 @@ "tslint": "tslint --project ."

"dependencies": {
"quicktype-core": "^7.0.33",
"typescript": "4.9.4",
"@mark.probst/typescript-json-schema": "0.55.0"
"quicktype-core": "^7.0.35",
"typescript": "~3.2.1",
"@mark.probst/typescript-json-schema": "~0.32.0"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/node": "^8.10.10",
"tslint": "^5.11.0"

@@ -30,4 +30,4 @@ },

"config": {
"commit": "14e4080ab9a1d44c280b88a2d9f17b13a923ec0b"
"commit": "b3ef38043ae6a0dc6a64760f50c0a43cbba053b6"
}
}