@ae-studio/px
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@ae-studio/px", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,4 +0,3 @@ | ||
import fs from 'node:fs' | ||
import Configstore from 'configstore' | ||
import fs from 'fs' | ||
@@ -5,0 +4,0 @@ export const packageJson = JSON.parse( |
@@ -1,4 +0,3 @@ | ||
import { execSync } from 'node:child_process' | ||
import chalk from 'chalk' | ||
import { execSync } from 'child_process' | ||
@@ -5,0 +4,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
import fs from 'node:fs/promises' | ||
import fs from 'fs/promises' | ||
@@ -3,0 +3,0 @@ import { getProjectRootDirectory } from './project.js' |
@@ -1,3 +0,3 @@ | ||
import fs from 'node:fs/promises' | ||
import path from 'node:path' | ||
import fs from 'fs/promises' | ||
import path from 'path' | ||
@@ -4,0 +4,0 @@ import { lockFiles } from './package-manager.js' |
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances 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
18990
3
2