Socket
Socket
Sign inDemoInstall

@xliic/preserving-json-yaml-parser

Package Overview
Dependencies
2
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.1 to 1.6.2

2

lib/jsonpointer.js

@@ -48,3 +48,3 @@ "use strict";

current = current[name];
if (!current) {
if (current === undefined) {
return undefined;

@@ -51,0 +51,0 @@ }

{
"name": "@xliic/preserving-json-yaml-parser",
"version": "1.6.1",
"version": "1.6.2",
"description": "YAML/JSON parser and serializer that preserves formatting of the original numerical values (i.e. 1.0 vs 1) and handles integers bigger than MAX_SAFE_INTEGER",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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