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.73 to 0.0.74

3

dist/index.d.ts

@@ -0,1 +1,4 @@

export declare type GlobalConfig = {
[key: string]: string | number | object;
};
export declare const getGlobal: (key: string) => any;

@@ -2,0 +5,0 @@ export declare const setGlobal: (key: string, value: any) => void;

4

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

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

},
"gitHead": "53906d68eab3089e3846f8e166d1905816814e33"
"gitHead": "f4a7c260d00fa3df3b3e73665470e9577e80ce6a"
}
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