Socket
Socket
Sign inDemoInstall

@stimulus/webpack-helpers

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stimulus/webpack-helpers - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0-beta.1

dist/index.d.ts

18

package.json
{
"name": "@stimulus/webpack-helpers",
"version": "1.0.0",
"version": "1.1.0-beta.1",
"description": "Stimulus JavaScript framework: webpack helpers",

@@ -11,7 +11,8 @@ "repository": "https://github.com/stimulusjs/stimulus",

],
"main": "dist/module/index.js",
"types": "dist/types/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"files": [
"dist"
"dist/index*",
"dist/src"
],

@@ -23,3 +24,10 @@ "publishConfig": {

"@types/webpack-env": "^1.13.3"
}
},
"scripts": {
"clean": "rimraf dist",
"lint": "tslint -p . -c ../../../config/tslint.json",
"build": "tsc",
"watch": "tsc --watch"
},
"gitHead": "5869611e3e70f054ce21d12be83e2866382441c9"
}

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

The `@stimulus/webpack-helpers` package provides autoload support support for Stimulus controllers. See the [Installation Guide](https://github.com/stimulusjs/stimulus/blob/master/INSTALLING.md#using-webpack) for details.
The `@stimulus/webpack-helpers` package provides autoload support for Stimulus controllers. See the [Installation Guide](https://stimulusjs.org/handbook/installing#using-webpack) for details.
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