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

@naturalcycles/cli

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@naturalcycles/cli - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.1.5](https://github.com/NaturalCycles/cli/compare/v1.1.4...v1.1.5) (2020-06-25)
### Bug Fixes
* support ${scriptName}.script.ts ([7eb1f4a](https://github.com/NaturalCycles/cli/commit/7eb1f4a86dd5a3b16aca32479a0805e582e0bcd5))
## [1.1.4](https://github.com/NaturalCycles/cli/compare/v1.1.3...v1.1.4) (2020-04-08)

@@ -2,0 +9,0 @@

@@ -43,2 +43,3 @@ #!/usr/bin/env node

argv2: process.argv,
projectTsconfigPath,
});

@@ -69,3 +70,9 @@ }

`./scripts/${_scriptPath}.ts`,
`./scripts/${_scriptPath}.script.ts`,
].find(fs.existsSync);
if (CLI_DEBUG) {
console.log({
scriptPath,
});
}
scriptPath = require.resolve(`${cwd}/${scriptPath}`);

@@ -72,0 +79,0 @@ // console.log({

4

package.json

@@ -17,3 +17,3 @@ {

"@naturalcycles/dev-lib": "^10.13.0",
"@types/node": "^13.11.0"
"@types/node": "^14.0.14"
},

@@ -42,3 +42,3 @@ "files": [

},
"version": "1.1.4",
"version": "1.1.5",
"description": "CLI utils to be installed globally via 'npm i -g'",

@@ -45,0 +45,0 @@ "author": "Natural Cycles Team",

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