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

realistic-structured-clone

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

realistic-structured-clone - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

4

package.json
{
"name": "realistic-structured-clone",
"version": "2.0.3",
"version": "2.0.4",
"description": "A pure JS implementation of the structured clone algorithm (or at least something pretty close to that)",

@@ -30,3 +30,3 @@ "homepage": "https://github.com/dumbmatter/realistic-structured-clone",

"dependencies": {
"core-js": "^2.5.3",
"core-js": "^3.4",
"domexception": "^1.0.1",

@@ -33,0 +33,0 @@ "typeson": "^6.1.0",

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

# Realistic Structured Clone [![Build Status](https://travis-ci.org/dumbmatter/realistic-structured-clone.svg?branch=master)](https://travis-ci.org/dumbmatter/realistic-structured-clone)
# Realistic Structured Clone ![Build Status](https://github.com/dumbmatter/realistic-structured-clone/actions/workflows/test.yml/badge.svg)
**You might not need this anymore!** A native `structuredClone` function is available in many recent environments, such as Node v17 and Firefox v94. [Check if your target environment has `structuredClone` built in.](https://developer.mozilla.org/en-US/docs/Web/API/structuredClone) If it does, use that.
This is a pure JS implementation of the [structured clone algorithm](http://www.w3.org/TR/html5/infrastructure.html#internal-structured-cloning-algorithm) (or at least something pretty close to that).

@@ -4,0 +6,0 @@

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

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