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

@easyv/config

Package Overview
Dependencies
Maintainers
12
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easyv/config - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

10

lib/series.js

@@ -335,9 +335,9 @@ "use strict";

offset: 0,
color: '#fff'
color: 'rgba(255,255,255,0)'
}, {
offset: 50,
color: '#ff0'
offset: 20,
color: 'rgba(255,255,255,0.3)'
}, {
offset: 100,
color: '#f0f'
color: 'rgba(255,255,255,1)'
}],

@@ -348,3 +348,3 @@ angle: 30,

},
length: 200,
length: 150,
width: 2,

@@ -351,0 +351,0 @@ unitStep: 1

{
"name": "@easyv/config",
"version": "1.2.4",
"version": "1.2.5",
"description": "",

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

@@ -306,5 +306,5 @@ import { mapping, label, multiColor, imageGroup, show, shadow, sc, showRule } from '.';

stops: [
{ offset: 0, color: '#fff' },
{ offset: 50, color: '#ff0' },
{ offset: 100, color: '#f0f' },
{ offset: 0, color: 'rgba(255,255,255,0)' },
{ offset: 20, color: 'rgba(255,255,255,0.3)' },
{ offset: 100, color: 'rgba(255,255,255,1)' }
],

@@ -315,3 +315,3 @@ angle: 30,

},
length: 200,
length: 150,
width: 2,

@@ -318,0 +318,0 @@ unitStep: 1,

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