Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@temporalio/create

Package Overview
Dependencies
Maintainers
6
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@temporalio/create - npm Package Compare versions

Comparing version 1.0.0-rc.0 to 1.0.0-rc.1

src/create-project.ts

40

package.json
{
"name": "@temporalio/create",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Create a Temporal project from template",

@@ -17,5 +17,2 @@ "main": "cli.js",

],
"files": [
"lib"
],
"author": "Roey Berman <roey@temporal.io>",

@@ -25,22 +22,22 @@ "license": "MIT",

"async-retry": "^1.3.3",
"chalk": "^2.4.2",
"chalk-template": "^0.2.0",
"commander": "^8.2.0",
"chalk": "^5.0.1",
"chalk-template": "^0.4.0",
"commander": "^9.3.0",
"dedent": "^0.7.0",
"glob": "^7.2.0",
"got": "^10.7.0",
"prompts": "^2.4.1",
"tar": "^4.4.10",
"glob": "^8.0.3",
"got": "^12.1.0",
"prompts": "^2.4.2",
"tar": "^6.1.11",
"update-check": "1.5.4",
"validate-npm-package-name": "^3.0.0"
"validate-npm-package-name": "^4.0.0"
},
"devDependencies": {
"@types/async-retry": "^1.4.2",
"@types/async-retry": "^1.4.4",
"@types/cross-spawn": "^6.0.2",
"@types/got": "^9.6.12",
"@types/node": "^16.7.10",
"@types/prompts": "2.0.1",
"@types/rimraf": "^3.0.0",
"@types/tar": "^4.0.3",
"@types/validate-npm-package-name": "^3.0.0"
"@types/node": "^18.0.0",
"@types/prompts": "2.0.14",
"@types/rimraf": "^3.0.2",
"@types/tar": "^6.1.1",
"@types/validate-npm-package-name": "^4.0.0"
},

@@ -53,3 +50,8 @@ "publishConfig": {

},
"gitHead": "c25e91309b980f2118df4048d760306982019871"
"files": [
"cli.js",
"src",
"lib"
],
"gitHead": "723de0fbc7a04e68084ec99453578e7027eb3803"
}
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