Socket
Socket
Sign inDemoInstall

jest-serializer

Package Overview
Dependencies
2
Maintainers
5
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.0.0-alpha.0 to 28.0.0-alpha.1

4

package.json
{
"name": "jest-serializer",
"version": "28.0.0-alpha.0",
"version": "28.0.0-alpha.1",
"repository": {

@@ -32,3 +32,3 @@ "type": "git",

},
"gitHead": "89275b08977065d98e42ad71fcf223f4ad169f09"
"gitHead": "d30164dde1847166fa0faec98d20abffd85e6ffd"
}
# jest-serializer
Module for serializing and deserializing object into memory and disk. By default, the `v8` implementations are used, but if not present, it defaults to `JSON` implementation. Both serializers have the advantage of being able to serialize `Map`, `Set`, `undefined`, `NaN`, etc, although the JSON one does it through a replacer/reviver.
> DEPRECATED: Use `v8` APIs directly: https://nodejs.org/api/v8.html#serialization-api
Module for serializing and deserializing object into memory and disk. The Node core `v8` implementations are used. This seriializer have the advantage of being able to serialize `Map`, `Set`, `undefined`, `NaN`, etc..
## Install

@@ -6,0 +8,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc