Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "ansi2", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "ansi2", | ||
@@ -12,2 +12,9 @@ "main": "dist/index.js", | ||
], | ||
"scripts": { | ||
"build:cli": "esbuild ./src-ts/cli.ts --bundle --outdir=./dist --platform=node", | ||
"build": "pnpm run build:wasm && pnpm run build:inline && tsc && pnpm run build:cli", | ||
"build:wasm": "wasm-pack build --target=web --out-dir ./web --release", | ||
"build:inline": " wasm-pack-inline ./web -d ./src-ts/wasm --name index", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
@@ -17,17 +24,11 @@ "author": "", | ||
"dependencies": { | ||
"commander": "12.1.0" | ||
"commander": "12.1.0", | ||
"svgo": "^3.3.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "22.2.0", | ||
"esbuild": "0.23.0", | ||
"typescript": "^5.4.5", | ||
"wasm-pack-sync": "0.1.5" | ||
}, | ||
"scripts": { | ||
"build:cli": "esbuild ./src-ts/cli.ts --bundle --outdir=./dist --platform=node", | ||
"build": "pnpm run build:wasm && pnpm run build:sync && tsc && pnpm run build:cli", | ||
"build:wasm": "wasm-pack build --target=web --out-dir ./web --release", | ||
"build:sync": " wasm-pack-sync ./web -d ./src-ts/wasm --name index", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"@types/node": "22.5.4", | ||
"esbuild": "0.23.1", | ||
"typescript": "^5.5.4", | ||
"wasm-pack-inline": "0.1.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2499921
64813
1
2
+ Addedsvgo@^3.3.2
+ Added@trysound/sax@0.2.0(transitive)
+ Addedboolbase@1.0.0(transitive)
+ Addedcommander@7.2.0(transitive)
+ Addedcss-select@5.1.0(transitive)
+ Addedcss-tree@2.2.12.3.1(transitive)
+ Addedcss-what@6.1.0(transitive)
+ Addedcsso@5.0.5(transitive)
+ Addeddom-serializer@2.0.0(transitive)
+ Addeddomelementtype@2.3.0(transitive)
+ Addeddomhandler@5.0.3(transitive)
+ Addeddomutils@3.2.2(transitive)
+ Addedentities@4.5.0(transitive)
+ Addedmdn-data@2.0.282.0.30(transitive)
+ Addednth-check@2.1.1(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedsource-map-js@1.2.1(transitive)
+ Addedsvgo@3.3.2(transitive)