Socket
Socket
Sign inDemoInstall

liquid-json

Package Overview
Dependencies
0
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

2

lib/index.js

@@ -25,3 +25,3 @@ /**!

parse = function (str, reviver, strict) {
var bomMarkerIndex = bomb.hasBOM(str);
var bomMarkerIndex = bomb.indexOfBOM(str);

@@ -28,0 +28,0 @@ if (bomMarkerIndex) {

{
"name": "liquid-json",
"version": "0.3.0",
"version": "0.3.1",
"description": "Implementation of JSON that ignores BOM and thows friendly error",

@@ -5,0 +5,0 @@ "main": "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