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

@proload/core

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proload/core - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

6

CHANGELOG.md
# Changelog
## 0.3.1
### Patch Changes
- 5c011e2: Update types to expose `resolve`
## 0.3.0

@@ -4,0 +10,0 @@

3

lib/index.d.ts

@@ -98,3 +98,3 @@ export { ProloadError } from './error.cjs';

*/
declare async function resolve(namespace: string, opts?: ResolveOptions): Promise<string|undefined>;
export function resolve(namespace: string, opts?: ResolveOptions): Promise<string|undefined>;

@@ -120,3 +120,2 @@ interface Load<T extends Record<any, any> = Record<any, any>> {

export = load;
export default load;
{
"name": "@proload/core",
"version": "0.3.0",
"version": "0.3.1",
"description": "Searches for and loads your tool's JavaScript configuration files with full support for CJS, ESM, TypeScript and more.",

@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.cjs",

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