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

@parameter1/base-cms-object-path

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parameter1/base-cms-object-path - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0-beta.0

7

package.json
{
"name": "@parameter1/base-cms-object-path",
"version": "3.0.0",
"version": "4.0.0-beta.0",
"description": "Utility functions for accessing JavaScript objects by path.",

@@ -10,2 +10,3 @@ "main": "src/index.js",

"scripts": {
"lint:fix": "yarn lint --fix",
"lint": "eslint --ext .js --max-warnings 5 ./",

@@ -15,3 +16,3 @@ "test": "yarn lint"

"dependencies": {
"@parameter1/base-cms-utils": "^3.0.0",
"@parameter1/base-cms-utils": "^4.0.0-beta.0",
"object-path": "^0.11.8"

@@ -22,3 +23,3 @@ },

},
"gitHead": "ce98550c2435936114d6d2b1321cb46341d4712c"
"gitHead": "6b1c5270b9b3031b27d36ec109348efbd80f7933"
}

@@ -6,3 +6,3 @@ const { isObject } = require('@parameter1/base-cms-utils');

const pop = stack => stack.pop() || {};
const pop = (stack) => stack.pop() || {};

@@ -9,0 +9,0 @@ const getLastObject = (obj, path, stack = []) => {

Sorry, the diff of this file is not supported yet

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