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.70 to 0.0.71

8

dist/index.js

@@ -45,6 +45,6 @@ 'use strict';

var globalAny = global;
globalAny[key] = value;
globalAny.PALADEN_CONFIG[key] = value;
} else {
var windowAny = window;
windowAny[key] = value;
windowAny.PALADEN_CONFIG[key] = value;
}

@@ -55,6 +55,6 @@ };

var globalAny = global;
return globalAny[key];
return globalAny.PALADEN_CONFIG[key];
} else {
var windowAny = window;
return windowAny[key];
return windowAny.PALADEN_CONFIG[key];
}

@@ -61,0 +61,0 @@ };

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

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

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