You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@journeyapps/cloudcode-build

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@journeyapps/cloudcode-build - npm Package Compare versions

Comparing version

to
0.0.0-dev.f613ce0

{
"name": "@journeyapps/cloudcode-build",
"version": "0.0.0-dev.f59f8ab",
"version": "0.0.0-dev.f613ce0",
"main": "./dist/index",

@@ -19,3 +19,3 @@ "types": "./dist/index",

"@journeyapps/parser-schema": "^6.0.0",
"typescript": "^4.3.3",
"typescript": "^5.6.3",
"xmldom": "^0.1.27",

@@ -22,0 +22,0 @@ "yargs": "^13.3.0"

@@ -9,4 +9,9 @@ {

"declaration": false,
"sourceMap": true
"sourceMap": true,
"skipLibCheck": true,
"esModuleInterop": true,
"types": [
"@journeyapps/cloudcode"
]
}
}