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.6 to 2.0.0-alpha.7

4

dist/index.d.ts

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

};
export declare type mutationRecord = {
export declare type mutationRecord = Readonly<{
type: string;

@@ -175,3 +175,3 @@ target: Node;

attributeName: string | null;
};
}>;
export declare type textCursor = {

@@ -178,0 +178,0 @@ node: Node;

{
"name": "@rrweb/types",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"publishConfig": {

@@ -42,3 +42,2 @@ "access": "public"

"devDependencies": {
"typescript": "^4.7.3",
"vite": "^3.2.0-beta.2",

@@ -48,3 +47,3 @@ "vite-plugin-dts": "^1.6.6"

"dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.6"
"rrweb-snapshot": "^2.0.0-alpha.7"
},

@@ -51,0 +50,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