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

juice

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

juice - npm Package Compare versions

Comparing version 9.0.0 to 9.1.0

12

lib/inline.js

@@ -127,2 +127,8 @@ 'use strict';

if (!el.counterProps) {
el.counterProps = el.parent && el.parent.counterProps
? Object.create(el.parent.counterProps)
: {};
}
if (pseudoElementType) {

@@ -154,8 +160,2 @@ var pseudoElPropName = 'pseudo' + pseudoElementType;

if (!el.counterProps) {
el.counterProps = el.parent && el.parent.counterProps
? Object.create(el.parent.counterProps)
: {};
}
function resetCounter(el, value) {

@@ -162,0 +162,0 @@ var tokens = value.split(/\s+/);

{
"name": "juice",
"version": "9.0.0",
"version": "9.1.0",
"description": "Inlines css into html source",

@@ -5,0 +5,0 @@ "bin": "bin/juice",

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