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.2.3 to 1.2.4

7

CHANGELOG.md

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

## [1.2.4](https://github.com/NaturalCycles/cli/compare/v1.2.3...v1.2.4) (2021-05-24)
### Bug Fixes
* deps ([565cedc](https://github.com/NaturalCycles/cli/commit/565cedc8e4e052e14b8b19967a183174c5db49ee))
## [1.2.3](https://github.com/NaturalCycles/cli/compare/v1.2.2...v1.2.3) (2021-05-05)

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

1

dist/bin/tsn.js

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

// 'testscript.ts'
// eslint-disable-next-line unicorn/no-unreadable-array-destructuring
const [, , _scriptPath = '', ..._processArgs] = process.argv;

@@ -38,0 +39,0 @@ const cwd = process.cwd();

11

package.json

@@ -10,10 +10,11 @@ {

"chalk": "^4.0.0",
"dotenv": "^9.0.0",
"dotenv": "^10.0.0",
"loud-rejection": "^2.2.0",
"ts-node": "^9.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.0.2"
},
"devDependencies": {
"@naturalcycles/dev-lib": "^10.13.0",
"@types/node": "^15.0.2"
"@naturalcycles/dev-lib": "^11.0.5",
"@types/node": "^15.0.2",
"jest": "^26.6.3"
},

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

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

@@ -45,0 +46,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