Socket
Socket
Sign inDemoInstall

pretty-lights

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pretty-lights - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

2

package.json
{
"name": "pretty-lights",
"version": "0.0.18",
"version": "0.0.19",
"description": "CSS-in-JS with a reliable API",

@@ -5,0 +5,0 @@ "main": "lib/pretty-lights.js",

@@ -71,3 +71,6 @@ "use strict";

o.ids = o.ids.concat(Object.keys(animIds).map(function (id) {
animCss += cache.inserted[id];
if (cache.inserted[id]) {
animCss += cache.inserted[id];
}
return id;

@@ -74,0 +77,0 @@ }));

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