Socket
Socket
Sign inDemoInstall

dot-prop

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dot-prop - npm Package Compare versions

Comparing version 8.0.2 to 9.0.0

2

index.js

@@ -293,3 +293,3 @@ const isObject = value => {

return path.replace(/[\\.[]/g, '\\$&');
return path.replaceAll(/[\\.[]/g, '\\$&');
}

@@ -296,0 +296,0 @@

{
"name": "dot-prop",
"version": "8.0.2",
"version": "9.0.0",
"description": "Get, set, or delete a property from a nested object using a dot path",

@@ -14,5 +14,9 @@ "license": "MIT",

"type": "module",
"exports": "./index.js",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=16"
"node": ">=18"
},

@@ -41,11 +45,11 @@ "scripts": {

"dependencies": {
"type-fest": "^3.8.0"
"type-fest": "^4.18.2"
},
"devDependencies": {
"ava": "^5.2.0",
"ava": "^6.1.3",
"benchmark": "^2.1.4",
"expect-type": "^0.15.0",
"typescript": "^5.0.4",
"xo": "^0.54.1"
"expect-type": "^0.19.0",
"typescript": "^5.4.5",
"xo": "^0.58.0"
}
}
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