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

mlly

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mlly - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.2.1](https://github.com/unjs/mlly/compare/v0.2.0...v0.2.1) (2021-09-20)
### Bug Fixes
* **createResolve:** make url optional ([40de473](https://github.com/unjs/mlly/commit/40de473ddc94de1ba17b6f46b36115e99e51e836))
## [0.2.0](https://github.com/unjs/mlly/compare/v0.1.7...v0.2.0) (2021-07-23)

@@ -7,0 +14,0 @@

2

lib/index.d.ts

@@ -21,3 +21,3 @@ // CommonJS

export function resolvePathSync (id: string, opts: ResolveOptions) : string
export function createResolve (defaults: ResolveOptions) : (id: string, url: string | URL) => Promise<string>
export function createResolve (defaults: ResolveOptions) : (id: string, url?: string | URL) => Promise<string>
export function resolveImports (code: string, opts: ResolveOptions) : Promise<string>

@@ -24,0 +24,0 @@

{
"name": "mlly",
"version": "0.2.0",
"version": "0.2.1",
"description": "Missing ECMAScript module utils for Node.js",

@@ -5,0 +5,0 @@ "repository": "unjs/mlly",

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