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

angular-barcode

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-barcode - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

.babelrc

35

package.json
{
"name": "angular-barcode",
"version": "1.0.1",
"version": "1.1.0",
"description": "An angular directive for lindell's JsBarcode",
"main": "barcode.js",
"main": "dist/barcode.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "webpack --mode=build",
"dev": "webpack --progress --colors --watch --mode=dev"
},

@@ -28,19 +29,17 @@ "repository": {

"homepage": "https://github.com/isonet/barcode#readme",
"dependencies": {
"angular": "^1.5.7"
},
"dependencies": {},
"devDependencies": {
"jspm": "^0.16.39"
},
"jspm": {
"dependencies": {
"angular": "npm:angular@^1.5.7",
"jsbarcode": "npm:jsbarcode@^3.3.14"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
"angular": "^1.5.7",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-istanbul": "^0.11.0",
"babel-istanbul-loader": "^0.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"jsbarcode": "^3.3.14",
"loader-utils": "^0.2.15",
"rimraf": "^2.5.3",
"webpack": "^1.13.1"
}
}
# barcode
An angular directive for lindell's JsBarcode
# Usage
Take a look at the example/index.html
# Dev
You will need to setup the canvas package manually: https://www.npmjs.com/package/canvas

@@ -56,3 +56,2 @@ 'use strict';

link(scope, element, attributes) {
console.log(element);
JsBarcode(element[0], scope.text, {

@@ -59,0 +58,0 @@ format: scope.format || 'CODE128',

Sorry, the diff of this file is not supported yet

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