node-os-walk
Advanced tools
Comparing version
{ | ||
"name": "node-os-walk", | ||
"version": "1.0.0", | ||
"main": "./dist/index.js", | ||
"version": "1.0.1", | ||
"main": "./dist/legacy/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.cjs" | ||
} | ||
}, | ||
"license": "MIT", | ||
@@ -25,3 +33,3 @@ "description": "Python's os.walk() implementation for Node.js environments with support for the `for await...of` loops.", | ||
"scripts": { | ||
"build": "rm -rf ./dist && tsc -p tsconfig.build.json", | ||
"build": "rm -rf ./dist && node ./scripts/build.mjs", | ||
"lint": "eslint .", | ||
@@ -32,2 +40,3 @@ "tsc": "tsc --noEmit", | ||
"devDependencies": { | ||
"@ncpa0cpl/nodepack": "^1.1.0", | ||
"@types/jest": "^27.4.0", | ||
@@ -34,0 +43,0 @@ "@types/node": "^17.0.7", |
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
18248
145.07%20
66.67%383
271.84%14
7.69%4
100%1
Infinity%