Socket
Socket
Sign inDemoInstall

rrweb-snapshot

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rrweb-snapshot - npm Package Compare versions

Comparing version 2.0.0-alpha.16 to 2.0.0-alpha.17

9

dist/index.d.ts

@@ -0,1 +1,3 @@

export declare function absolutifyURLs(cssText: string | null, href: string): string;
export declare function adaptCssForReplay(cssText: string, cache: BuildCache): string;

@@ -51,2 +53,7 @@

export declare type DialogAttributes = {
open: string;
rr_open_mode: 'modal' | 'non-modal';
};
export declare type documentNode = {

@@ -286,3 +293,3 @@ type: NodeType.Document;

export declare function stringifyRule(rule: CSSRule): string;
export declare function stringifyRule(rule: CSSRule, sheetHref: string | null): string;

@@ -289,0 +296,0 @@ export declare function stringifyStylesheet(s: CSSStyleSheet): string | null;

{
"name": "rrweb-snapshot",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",

@@ -13,2 +13,3 @@ "scripts": {

"test:update": "yarn build && vitest run --update",
"bench": "vite build && vitest bench",
"dev": "vite build --watch",

@@ -57,2 +58,3 @@ "build": "yarn turbo prepublish -F rrweb-snapshot",

"devDependencies": {
"@rrweb/utils": "^2.0.0-alpha.17",
"@types/jsdom": "^20.0.0",

@@ -68,3 +70,6 @@ "@types/node": "^18.15.11",

"vitest": "^1.4.0"
},
"dependencies": {
"postcss": "^8.4.38"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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