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

@rrweb/types

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rrweb/types - npm Package Compare versions

Comparing version 2.0.0-alpha.9 to 2.0.0-alpha.10

8

dist/index.d.ts

@@ -183,3 +183,3 @@ import type { serializedNodeWithId, Mirror, INode, DataURLOptions } from 'rrweb-snapshot';

};
export declare type styleAttributeValue = {
export declare type styleOMValue = {
[key: string]: styleValueWithPriority | string | false;

@@ -191,4 +191,6 @@ };

attributes: {
[key: string]: string | styleAttributeValue | null;
[key: string]: string | styleOMValue | null;
};
styleDiff: styleOMValue;
_unchangedStyles: styleOMValue;
};

@@ -198,3 +200,3 @@ export declare type attributeMutation = {

attributes: {
[key: string]: string | styleAttributeValue | null;
[key: string]: string | styleOMValue | null;
};

@@ -201,0 +203,0 @@ };

{
"name": "@rrweb/types",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"publishConfig": {

@@ -46,3 +46,3 @@ "access": "public"

"dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.9"
"rrweb-snapshot": "^2.0.0-alpha.10"
},

@@ -49,0 +49,0 @@ "browserslist": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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