Socket
Socket
Sign inDemoInstall

@wealthsimple/angular-directives

Package Overview
Dependencies
26
Maintainers
18
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.8.2 to 7.8.3

.circleci/config.yml

5

.retireignore.json

@@ -34,3 +34,8 @@ [

"justification": "Not used at runtime, awaiting new release of fsevents: https://hackerone.com/reports/319593"
},
{
"component": "atob",
"version": "2.0.3",
"justification": "Not used at runtime. https://hackerone.com/reports/321686"
}
]

13

package.json
{
"name": "@wealthsimple/angular-directives",
"version": "7.8.2",
"version": "7.8.3",
"description": "Angular directives shared between our UIs.",

@@ -8,6 +8,8 @@ "main": "src/index.js",

"scripts": {
"lint:css": "stylelint 'src/**/*.scss'",
"lint:js": "eslint 'src'",
"test": "karma start --singleRun true",
"test:watch": "karma start --singleRun false",
"security": "retire --package --ignore dist,docs",
"pretest": "rm -rf coverage",
"lint": "eslint src && stylelint 'src/**/*.scss'",
"test": "npm run lint && npm run retire && karma start --singleRun true",
"test:watch": "karma start --singleRun false",
"prebuild": "rm -rf dist",

@@ -18,4 +20,3 @@ "build": "NODE_ENV=production webpack -p",

"start:dev": "NODE_ENV=development webpack-dev-server",
"prepublishOnly": "npm test && npm run build:docs && npm run build",
"retire": "retire --ignore dist,docs"
"prepublishOnly": "npm test && npm run build:docs && npm run build"
},

@@ -22,0 +23,0 @@ "repository": {

@@ -37,3 +37,3 @@ import SignaturePad from 'signature_pad';

canvasContainer = $element.find('.signature-pad-body')[0];
signaturePad = new SignaturePad(canvas, { onEnd: isEdited });
signaturePad = new SignaturePad(canvas, { penColor: 'rgb(27, 111, 208)', onEnd: isEdited });
angular.element($window).on('resize', _resizeCanvas);

@@ -40,0 +40,0 @@ _resizeCanvas();

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc