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

setec-app-config

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

setec-app-config - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -11,3 +11,3 @@ const fs = require('fs');

return Promise.map(obj, scopedLoad);
} else if (obj instanceof Object) {
} else if (_.isPlainObject(obj)) {
if (Object.keys(obj).length === 1 && {}.hasOwnProperty.call(obj, 'secret')) {

@@ -14,0 +14,0 @@ return setec.get(obj.secret);

{
"name": "setec-app-config",
"version": "1.1.1",
"version": "1.1.2",
"engines": {

@@ -5,0 +5,0 @@ "node": "^6"

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