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

globbed-webpack-entries-plugin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

globbed-webpack-entries-plugin - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json

@@ -16,3 +16,3 @@ {

"repository": "https://github.com/Nettsentrisk/globbed-webpack-entries-plugin",
"version": "1.0.0"
}
"version": "1.0.1"
}

@@ -1,4 +0,4 @@

# globbed-webpack-entries-plugin
# globbed-webpack-entries-plugin
Provides a way to glob for entry files in Webpack `watch` and `non-watch` modes.
Provides a way to glob for entry files in Webpack `watch` and `non-watch` modes, for all file types.

@@ -14,3 +14,3 @@ ## Usage

entry: GlobbedEntriesPlugin.entries({
global : ['./Scripts/index.js', './Styles/main.scss']
global : ['./Scripts/**/*.js', './Styles/**/*.scss']
}

@@ -23,2 +23,2 @@ )

}
```
```
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