Socket
Socket
Sign inDemoInstall

stimulus

Package Overview
Dependencies
2
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

dist/stimulus.js

31

package.json
{
"name": "stimulus",
"version": "3.0.0",
"version": "3.0.1",
"description": "Stimulus JavaScript framework",

@@ -12,7 +12,29 @@ "repository": "https://stimulus.hotwired.dev",

],
"main": "dist/stimulus.js",
"module": "dist/stimulus.esm.js",
"main": "./dist/stimulus.js",
"module": "./dist/stimulus.js",
"browser": "./dist/stimulus.js",
"umd:main": "./dist/stimulus.umd.js",
"types": "./index.d.ts",
"exports": {
".": {
"browser": "./dist/stimulus.js",
"import": "./dist/stimulus.js",
"umd": "./dist/stimulus.umd.js",
"types": "./index.d.ts"
},
"./webpack-helpers": {
"browser": "./dist/webpack-helpers.js",
"import": "./dist/webpack-helpers.js",
"umd": "./dist/webpack-helpers.umd.js",
"types": "./webpack-helpers.d.ts"
}
},
"files": [
"index.d.ts",
"dist/stimulus.js",
"dist/stimulus.umd.js",
"webpack-helpers.js",
"webpack-helpers.d.ts",
"dist/webpack-helpers.js",
"dist/webpack-helpers.umd.js",
"README.md"

@@ -22,3 +44,4 @@ ],

"dependencies": {
"@hotwired/stimulus": "^3.0.0"
"@hotwired/stimulus": "^3.0.1",
"@hotwired/stimulus-webpack-helpers": "^1.0.0"
},

@@ -25,0 +48,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc