realistic-structured-clone
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147940
2928
57
+ Addedcore-js@3.39.0(transitive)
- Removedcore-js@2.6.12(transitive)
Updatedcore-js@^3.4