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

preserves

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

preserves - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "preserves",
"version": "0.3.0",
"version": "0.3.1",
"description": "Experimental data serialization format",

@@ -5,0 +5,0 @@ "homepage": "https://gitlab.com/preserves/preserves",

@@ -260,5 +260,7 @@ "use strict";

Bytes.prototype[util.inspect.custom] = function (depth, options) {
return this.toString();
};
if (util.inspect) {
Bytes.prototype[util.inspect.custom] = function (depth, options) {
return this.toString();
};
}

@@ -360,3 +362,3 @@ Bytes.prototype.__asciify = function () {

} catch (e) {
return util.inspect(f);
return (util.inspect || ((f) => '<unprintable_preserves_field_value>'))(f);
}

@@ -363,0 +365,0 @@ }).join(', ') + ')';

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