New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.0 to 0.1.1

2

package.json
{
"name": "preserves",
"version": "0.1.0",
"version": "0.1.1",
"description": "Experimental data serialization format",

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

@@ -141,2 +141,3 @@ "use strict";

return Map().withMutations((m) => {
if (vs.length % 2) throw new DecodeError("Missing dictionary value");
for (let i = 0; i < vs.length; i += 2) {

@@ -143,0 +144,0 @@ m.set(vs[i], vs[i+1]);

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