Socket
Socket
Sign inDemoInstall

rotating-gradients

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

3

app.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.movingGradient = void 0;
function movingGradient(gradient) {

@@ -76,2 +78,3 @@ let isActive = false;

}
exports.movingGradient = movingGradient;
module.exports = movingGradient;

2

app.ts

@@ -1,2 +0,2 @@

function movingGradient(gradient: Gradient) {
export function movingGradient(gradient: Gradient) {
let isActive = false

@@ -3,0 +3,0 @@ let deg = 90

@@ -7,5 +7,5 @@ {

"name": "rotating-gradients",
"version": "1.0.1",
"version": "1.0.2",
"description": "Rotate gradients easily",
"main": "app.js"
}
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