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

object-config-for-smart-setter

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-config-for-smart-setter - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.babelrc

9

package.json
{
"name": "object-config-for-smart-setter",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -11,3 +11,8 @@ "main": "index.js",

"author": "Marcello Sachs <marcello.sachs@gmail.com> (https://github.com/marcellosachs)",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2"
}
}

@@ -1,2 +0,2 @@

export default {
const objectConfig = {
get: (obj, propKey) => {

@@ -26,1 +26,3 @@ return obj[propKey]

}
export default objectConfig
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