Socket
Socket
Sign inDemoInstall

ng-qrcode

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-qrcode - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

main.d.ts

17

package.json
{
"name": "ng-qrcode",
"version": "1.0.0",
"description": "Simple and AOT compatible QR Code generator for your Angular project.",
"main": "index.js",
"version": "1.0.1",
"description": "Simple and AOT compatible QR code generator for your Angular project.",
"main": "main.js",
"scripts": {
"publish": "rm -rf dist && tsc && npm publish ./"
"publish": "tsc && npm publish ./"
},

@@ -25,5 +25,8 @@ "repository": {

"files": [
"index.d.ts",
"index.js",
"dist"
"main.d.ts",
"main.js",
"qrcode.module.d.ts",
"qrcode.module.js",
"qrcode.component.d.ts",
"qrcode.component.js"
],

@@ -30,0 +33,0 @@ "author": "emin93 <emin@emin.ch>",

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