Socket
Socket
Sign inDemoInstall

aurora-gradient

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.10-1 to 0.0.10-2

2

lib/Gradient.js

@@ -97,3 +97,3 @@ "use strict";

const canvas = typeof selector === 'string' ? document.querySelector(selector) : selector;
console.log("FIND CANVAS", { selector, canvas, isCanvas: canvas instanceof HTMLCanvasElement });
console.log("FIND CANVAS", { selector, canvas, typeofCanvas: typeof canvas, isCanvas: canvas instanceof HTMLCanvasElement });
if (canvas instanceof HTMLCanvasElement) {

@@ -100,0 +100,0 @@ return canvas;

{
"name": "aurora-gradient",
"version": "0.0.10-1",
"version": "0.0.10-2",
"description": "A forked version of thelevicole/stripe-gradient adapted for TypeScript",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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