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
9
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.18 to 1.1.19

26

lib/animation.js

@@ -116,3 +116,4 @@ "use strict";

_ref3$interactive = _ref3.interactive,
interactive = _ref3$interactive === void 0 ? defaultAnimationOfPie.interactive : _ref3$interactive;
interactive = _ref3$interactive === void 0 ? defaultAnimationOfPie.interactive : _ref3$interactive,
hoverStop = _ref3.hoverStop;
return {

@@ -177,3 +178,11 @@ name: 'animation',

}
}]
}, hoverStop !== undefined && {
rule: [['on', '$eq', true]],
name: 'hoverStop',
displayName: '悬停暂停动画',
value: hoverStop,
type: 'boolean'
}].filter(function (d) {
return !!d;
})
};

@@ -213,3 +222,4 @@ };

_ref4$interactive = _ref4.interactive,
interactive = _ref4$interactive === void 0 ? defaultAnimationOfCarousel.interactive : _ref4$interactive;
interactive = _ref4$interactive === void 0 ? defaultAnimationOfCarousel.interactive : _ref4$interactive,
hoverStop = _ref4.hoverStop;
return {

@@ -280,5 +290,13 @@ name: 'animation',

type: 'boolean'
}]
}, hoverStop !== undefined && {
rule: [['on', '$eq', true]],
name: 'hoverStop',
displayName: '悬停暂停动画',
value: hoverStop,
type: 'boolean'
}].filter(function (d) {
return !!d;
})
};
};
exports.animationOfCarousel = animationOfCarousel;

2

package.json
{
"name": "@easyv/config",
"version": "1.1.18",
"version": "1.1.19",
"description": "",

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

@@ -89,3 +89,3 @@ import { multiColor, font } from './';

interval: 3,
interactive: '',
interactive: ''
};

@@ -100,2 +100,3 @@ export const animationOfPie = ({

interactive = defaultAnimationOfPie.interactive,
hoverStop
} = defaultAnimationOfPie) => ({

@@ -163,3 +164,10 @@ name: 'animation',

},
],
hoverStop !==undefined && {
rule: [['on', '$eq', true]],
name: 'hoverStop',
displayName: '悬停暂停动画',
value: hoverStop,
type: 'boolean'
}
].filter(d=>!!d),
});

@@ -190,2 +198,3 @@

interactive = defaultAnimationOfCarousel.interactive,
hoverStop
} = defaultAnimationOfCarousel) => ({

@@ -267,3 +276,10 @@ name: 'animation',

},
],
hoverStop !==undefined && {
rule: [['on', '$eq', true]],
name: 'hoverStop',
displayName: '悬停暂停动画',
value: hoverStop,
type: 'boolean'
}
].filter(d=>!!d),
});
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