@makard/pdf417
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@makard/pdf417", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Typified and distributed to npm wrapper for https://github.com/bkuzmic/pdf417-js", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"scripts": { | ||
"build": "rm -rf ./build && ./node_modules/.bin/tsc && cp -R src/index.js build/index.js && cp -R src/PDF417.js build/PDF417.js", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"main": "index.ts", | ||
"repository": { | ||
@@ -25,8 +20,3 @@ "type": "git", | ||
"author": "makard", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^16.4.12", | ||
"tsc": "^2.0.3", | ||
"typescript": "^4.3.5" | ||
} | ||
"license": "MIT" | ||
} |
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
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
0
67504
4
1237