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

rrweb-cssom

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rrweb-cssom - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

3

build/CSSOM.js

@@ -1575,3 +1575,3 @@ var CSSOM = {};

state = "startingStyleRule-begin";
i += "startingStyle".length;
i += "starting-style".length;
startingStyleRule = new CSSOM.CSSStartingStyleRule();

@@ -1825,2 +1825,3 @@ startingStyleRule.__starts = i;

|| parentRule.constructor.name === "CSSContainerRule"
|| parentRule.constructor.name === "CSSStartingStyleRule"
) {

@@ -1827,0 +1828,0 @@ prevScope = currentScope;

@@ -184,3 +184,3 @@ //.CommonJS

state = "startingStyleRule-begin";
i += "startingStyle".length;
i += "starting-style".length;
startingStyleRule = new CSSOM.CSSStartingStyleRule();

@@ -434,2 +434,3 @@ startingStyleRule.__starts = i;

|| parentRule.constructor.name === "CSSContainerRule"
|| parentRule.constructor.name === "CSSStartingStyleRule"
) {

@@ -436,0 +437,0 @@ prevScope = currentScope;

@@ -10,3 +10,3 @@ {

],
"version": "0.7.0",
"version": "0.7.1",
"author": "Nikita Vasilyev <me@elv1s.ru>",

@@ -13,0 +13,0 @@ "repository": "rrweb-io/CSSOM",

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