New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@base-cms/object-path

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.15 to 0.5.0

src/set.js

6

package.json
{
"name": "@base-cms/object-path",
"version": "0.4.15",
"version": "0.5.0",
"description": "Utility functions for accessing JavaScript objects by path.",

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

"dependencies": {
"@base-cms/utils": "^0.4.15",
"@base-cms/utils": "^0.5.0",
"object-path": "^0.11.4"

@@ -17,3 +17,3 @@ },

},
"gitHead": "8af4d9ff89949c3a1a9073d37c9b713ce6192da3"
"gitHead": "21fead14e278a97d896e865e3448d0647a208bdf"
}
const get = require('./get');
const getAsArray = require('./get-as-array');
const getAsObject = require('./get-as-object');
const set = require('./set');

@@ -9,2 +10,3 @@ module.exports = {

getAsObject,
set,
};
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