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 1.0.0 to 1.0.2

./dist/index.cjs

4

dist/index.d.ts
import { ResolveOptions as ResolveOptions$1 } from 'enhanced-resolve';
import { Plugin } from 'rollup';
declare type ModuleType = "commonjs" | "module" | "unknown";
type ModuleType = "commonjs" | "module" | "unknown";
interface ResolveOptions extends Partial<ResolveOptions$1> {

@@ -20,3 +20,3 @@ /**

declare type Matcher<T = any> = RegExp | ((input: string, context?: T) => boolean);
type Matcher<T = any> = RegExp | ((input: string, context?: T) => boolean);
declare function getProtocol(id: string): string | null;

@@ -23,0 +23,0 @@ declare function matches<T = any>(input: string, matchers: Matcher<T>[], context?: T): boolean;

{
"name": "externality",
"version": "1.0.0",
"version": "1.0.2",
"repository": "unjs/externality",
"license": "MIT",

@@ -20,30 +21,22 @@ "sideEffects": false,

],
"scripts": {
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts .",
"prepack": "pnpm build",
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish",
"test": "pnpm lint && vitest run"
},
"dependencies": {
"enhanced-resolve": "^5.10.0",
"mlly": "^1.0.0",
"pathe": "^1.0.0",
"ufo": "^1.0.0"
"enhanced-resolve": "^5.14.1",
"mlly": "^1.3.0",
"pathe": "^1.1.1",
"ufo": "^1.1.2"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@vitest/coverage-c8": "^0.25.2",
"@types/node": "^20.2.5",
"@vitest/coverage-c8": "^0.31.1",
"allowlist": "^0.1.1",
"c8": "^7.12.0",
"eslint": "^8.27.0",
"eslint-config-unjs": "^0.0.2",
"rollup": "^3.3.0",
"c8": "^7.14.0",
"eslint": "^8.41.0",
"eslint-config-unjs": "^0.1.0",
"rollup": "^3.23.0",
"standard-version": "^9.3.2",
"typescript": "^4.8.4",
"unbuild": "^0.9.4",
"vite": "^3.2.3",
"vitest": "^0.25.2",
"webpack": "^5.75.0"
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
"vitest": "^0.31.4",
"webpack": "^5.85.0"
},

@@ -55,3 +48,10 @@ "build": {

},
"packageManager": "pnpm@7.16.0"
}
"packageManager": "pnpm@8.6.1",
"scripts": {
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --ext .ts .",
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish",
"test": "pnpm lint && vitest run"
}
}

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