Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aurora-gradient

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurora-gradient - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10-1

1

lib/Gradient.js

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

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

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

2

package.json
{
"name": "aurora-gradient",
"version": "0.0.9",
"version": "0.0.10-1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc