New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@makard/pdf417

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@makard/pdf417 - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

index.ts

16

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc