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

externality

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

externality - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

7

CHANGELOG.md

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

### [0.0.5](https://github.com/unjs/externality/compare/v0.0.4...v0.0.5) (2021-10-19)
### Features
* expose `toPathRegExp` utility ([f2bf6c2](https://github.com/unjs/externality/commit/f2bf6c2a59934319f3f92f205e8adc08ee738cca))
### [0.0.4](https://github.com/unjs/externality/compare/v0.0.3...v0.0.4) (2021-10-15)

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

3

dist/index.d.ts

@@ -40,2 +40,3 @@ import { ResolveOptions as ResolveOptions$1 } from 'enhanced-resolve';

declare const ExternalsDefaults: ExternalsOptions;
declare const toPathRegExp: (pattern: string | RegExp) => RegExp;
declare function isExternal(id: string, importer: string, opts?: ExternalsOptions): Promise<null | {

@@ -50,2 +51,2 @@ id: string;

export { ExternalsDefaults, ExternalsOptions, Matcher, ModuleType, ResolveOptions, ResolvedId, getType, isBuiltin, isExternal, matches, resolveId, rollupExternals, webpackExternals };
export { ExternalsDefaults, ExternalsOptions, Matcher, ModuleType, ResolveOptions, ResolvedId, getType, isBuiltin, isExternal, matches, resolveId, rollupExternals, toPathRegExp, webpackExternals };
{
"name": "externality",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",

@@ -5,0 +5,0 @@ "exports": {

Sorry, the diff of this file is not supported yet

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