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

@paladen/config

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

@paladen/config - npm Package Compare versions

Comparing version 0.0.69 to 0.0.70

10

dist/index.js

@@ -24,8 +24,8 @@ 'use strict';

var globalAny = global;
var windowAny = window;
var setAllConfig = function setAllConfig(config) {
if (typeof window === "undefined") {
var globalAny = global;
globalAny.PALADEN_CONFIG = _objectSpread({}, config);
} else {
var windowAny = window;
windowAny.PALADEN_CONFIG = _objectSpread({}, config);

@@ -36,4 +36,6 @@ }

if (typeof window === "undefined") {
var globalAny = global;
return globalAny.PALADEN_CONFIG;
} else {
var windowAny = window;
return windowAny.PALADEN_CONFIG;

@@ -44,4 +46,6 @@ }

if (typeof window === "undefined") {
var globalAny = global;
globalAny[key] = value;
} else {
var windowAny = window;
windowAny[key] = value;

@@ -52,4 +56,6 @@ }

if (typeof window === "undefined") {
var globalAny = global;
return globalAny[key];
} else {
var windowAny = window;
return windowAny[key];

@@ -56,0 +62,0 @@ }

4

package.json
{
"name": "@paladen/config",
"version": "0.0.69",
"version": "0.0.70",
"repository": "https://github.com/samstr/paladen",

@@ -17,3 +17,3 @@ "main": "dist/index.js",

},
"gitHead": "68a031bbfbbf68f8fb9eb258e0e1b4c47fb11104"
"gitHead": "e8d8162bb2b400e1801b4f6ccbacdcc5cf90ff16"
}
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