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.1.3 to 0.2.0

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.1.3",
"version": "0.2.0",
"publishConfig": {

@@ -18,3 +18,3 @@ "access": "public"

"engines": {
"node": ">=10.0.0"
"node": ">=16.0.0"
},

@@ -21,0 +21,0 @@ "scripts": {

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