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.5 to 1.1.6

7

CHANGELOG.md

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

## [1.1.6](https://github.com/NaturalCycles/cli/compare/v1.1.5...v1.1.6) (2020-06-25)
### Bug Fixes
* pass correct tsconfig path to tsconfig-paths ([b37f7df](https://github.com/NaturalCycles/cli/commit/b37f7dfe75b00af73df7a16369748a16cbd7debb))
## [1.1.5](https://github.com/NaturalCycles/cli/compare/v1.1.4...v1.1.5) (2020-06-25)

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

8

dist/bin/tsn.js

@@ -53,3 +53,9 @@ #!/usr/bin/env node

if (fs.existsSync(`./node_modules/tsconfig-paths`)) {
require(require.resolve(`${cwd}/node_modules/tsconfig-paths/register`));
const tsconfig = JSON.parse(fs.readFileSync(projectTsconfigPath, 'utf8'));
const { baseUrl, paths } = tsconfig.compilerOptions || {};
const tsconfigPaths = require(require.resolve(`${cwd}/node_modules/tsconfig-paths`));
tsconfigPaths.register({
baseUrl,
paths,
});
}

@@ -56,0 +62,0 @@ const { NODE_OPTIONS } = process.env;

2

package.json

@@ -41,3 +41,3 @@ {

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

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