Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@web/config-loader

Package Overview
Dependencies
Maintainers
7
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/config-loader - npm Package Compare versions

Comparing version 0.0.0-canary-20230405181124 to 0.0.0-canary-20230416222938

1

dist/ConfigLoaderError.d.ts
export = ConfigLoaderError;
declare class ConfigLoaderError extends Error {
constructor(message?: string | undefined);
}
//# sourceMappingURL=ConfigLoaderError.d.ts.map

2

dist/index.d.ts

@@ -7,4 +7,4 @@ /**

export function readConfig(name: string, customPath?: string | undefined, basedir?: string | undefined): Promise<any>;
import ConfigLoaderError = require("./ConfigLoaderError");
import ConfigLoaderError = require("./ConfigLoaderError.js");
export { ConfigLoaderError };
//# sourceMappingURL=index.d.ts.map
{
"name": "@web/config-loader",
"version": "0.0.0-canary-20230405181124",
"version": "0.0.0-canary-20230416222938",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

Sorry, the diff of this file is not supported yet

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