@naturalcycles/cli
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -7,4 +7,4 @@ #!/usr/bin/env node | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const fs = require("fs"); | ||
const path = require("path"); | ||
const fs = require("node:fs"); | ||
const path = require("node:path"); | ||
const c = require("chalk"); | ||
@@ -11,0 +11,0 @@ const projectDir = path.join(__dirname, '../..'); |
@@ -15,8 +15,7 @@ { | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.0.2" | ||
"typescript": "^5.0.2" | ||
}, | ||
"devDependencies": { | ||
"@naturalcycles/dev-lib": "^12.1.2", | ||
"@types/node": "^17.0.13", | ||
"jest": "^27.0.6" | ||
"@naturalcycles/dev-lib": "^13.4.0", | ||
"@types/node": "^18.7.14" | ||
}, | ||
@@ -44,5 +43,5 @@ "files": [ | ||
"engines": { | ||
"node": ">=14.15.0" | ||
"node": ">=18.12.0" | ||
}, | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "CLI utils to be installed globally via 'npm i -g'", | ||
@@ -49,0 +48,0 @@ "author": "Natural Cycles Team", |
@@ -7,4 +7,4 @@ #!/usr/bin/env node | ||
import * as fs from 'fs' | ||
import * as path from 'path' | ||
import * as fs from 'node:fs' | ||
import * as path from 'node:path' | ||
import type * as nodejsLib from '@naturalcycles/nodejs-lib/dist/fs' | ||
@@ -11,0 +11,0 @@ import * as c from 'chalk' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
6
12135
1
+ Addedtypescript@5.7.2(transitive)
- Removedtypescript@4.9.5(transitive)
Updatedtypescript@^5.0.2