Socket
Socket
Sign inDemoInstall

tinygradient

Package Overview
Dependencies
2
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.2 to 0.4.3

2

package.json
{
"name": "tinygradient",
"version": "0.4.2",
"version": "0.4.3",
"author": {

@@ -5,0 +5,0 @@ "name": "Damien \"Mistic\" Sorel",

/*!
* TinyGradient 0.4.1
* TinyGradient 0.4.3
* Copyright 2014-2018 Damien "Mistic" Sorel (http://www.strangeplanet.fr)

@@ -75,8 +75,17 @@ * Licensed under MIT (http://opensource.org/licenses/MIT)

* @class tinygradient
* @param {StopInput} stops
*/
new (stops: StopInput[]): Instance;
new (...stops: StopInput[]): Instance;
(stops: StopInput[]): Instance;
(...stops: StopInput[]): Instance;
/**
* @class tinygradient
* @param {tinycolor.ColorInput[]} stops
*/
new (stops: StopInput[] | tinycolor.ColorInput[]): Instance;
new (...stops: StopInput[] | tinycolor.ColorInput[]): Instance;
(stops: StopInput[] | tinycolor.ColorInput[]): Instance;
(...stops: StopInput[] | tinycolor.ColorInput[]): Instance;
new (stops: tinycolor.ColorInput[]): Instance;
new (...stops: tinycolor.ColorInput[]): Instance;
(stops: tinycolor.ColorInput[]): Instance;
(...stops: tinycolor.ColorInput[]): Instance;

@@ -83,0 +92,0 @@ /**

/*!
* TinyGradient 0.4.2
* TinyGradient 0.4.3
* Copyright 2014-2018 Damien "Mistic" Sorel (http://www.strangeplanet.fr)

@@ -4,0 +4,0 @@ * Licensed under MIT (http://opensource.org/licenses/MIT)

/*!
* TinyGradient 0.4.2
* TinyGradient 0.4.3
* Copyright 2014-2018 Damien "Mistic" Sorel (http://www.strangeplanet.fr)

@@ -4,0 +4,0 @@ * Licensed under MIT (http://opensource.org/licenses/MIT)

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