New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@easyv/config

Package Overview
Dependencies
Maintainers
10
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.1.23 to 1.1.24

2

lib/series.js

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

markColorType: 'seriesGradient'
}, fillType !== undefined && {
}, (fillType !== undefined || patternType !== undefined) && {
rule: [['fillType', '$eq', 'color']],

@@ -158,0 +158,0 @@ name: 'border',

{
"name": "@easyv/config",
"version": "1.1.23",
"version": "1.1.24",
"description": "",

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

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

},
fillType !== undefined && {
(fillType !== undefined || patternType !== undefined) && {
rule: [['fillType', '$eq', 'color']],

@@ -126,0 +126,0 @@ name: 'border',

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