New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@lpi/dataobject-parser

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lpi/dataobject-parser - npm Package Compare versions

Comparing version
1.2.2
to
1.2.3
+1
-1
lib/utils/dataobject-parser.js

@@ -11,3 +11,3 @@ 'use strict';

maybeImmutable['@@__IMMUTABLE_ITERABLE__@@'] ||
maybeRecord['@@__IMMUTABLE_RECORD__@@']
maybeImmutable['@@__IMMUTABLE_RECORD__@@']
))

@@ -14,0 +14,0 @@ }

{
"name": "@lpi/dataobject-parser",
"version": "1.2.2",
"version": "1.2.3",
"description": "A nodejs module designed to parse an Object hash transposing between dot-notation and a structured heirarchy of Objects/Arrays. ",

@@ -40,4 +40,3 @@ "main": "lib/utils/dataobject-parser.js",

],
"dependencies": {
},
"dependencies": {},
"devDependencies": {

@@ -44,0 +43,0 @@ "gulp": "^3.9.1",

Sorry, the diff of this file is too big to display