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.6 to 1.0.7

6

lib/objectConfig.js

@@ -32,2 +32,8 @@ 'use strict';

return Object.assign({}, obj);
},
emptyObjectOrMap: function emptyObjectOrMap() {
return {};
},
emptyListOrArray: function emptyListOrArray() {
return [];
}

@@ -34,0 +40,0 @@ };

5

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

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

"test": "",
"build": "rm -rf lib && babel src -d lib"
"build": "rm -rf lib && babel src -d lib",
"deploy": "npm run build && git add --all && git commit -m 'automatic commit' && git push origin && npm version patch && npm publish"
},

@@ -11,0 +12,0 @@ "author": "Marcello Sachs <marcello.sachs@gmail.com> (https://github.com/marcellosachs)",

@@ -25,4 +25,10 @@ const objectConfig = {

},
emptyObjectOrMap: () => {
return {}
},
emptyListOrArray: () => {
return []
},
}
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