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.1.0 to 0.1.1

7

dist/index.d.ts

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

/**
* Protocols that are allowed to be externalized.
* Any other matched protocol will be inlined.
*
* Default: ['node', 'fs', 'data']
*/
externalProtocols?: Array<string>;
/**
* Resolve options (passed directly to [`enhanced-resolve`](https://github.com/webpack/enhanced-resolve))

@@ -39,0 +46,0 @@ */

6

package.json
{
"name": "externality",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

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

"lint": "eslint --ext .js,.ts .",
"test": "yarn lint && jest",
"prepublishOnly": "yarn build",
"release": "yarn test && standard-version && git push --follow-tags && npm publish"
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest"
},

@@ -24,0 +24,0 @@ "dependencies": {

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