Socket
Socket
Sign inDemoInstall

stimulus

Package Overview
Dependencies
4
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.5.0

.npmignore

40

package.json
{
"name": "stimulus",
"version": "0.4.0",
"version": "0.5.0",
"description": "👉✨",

@@ -20,37 +20,15 @@ "author": "Basecamp, LLC",

],
"main": "dist/stimulus.js",
"types": "dist/types/index.d.ts",
"main": "dist/stimulus.umd.js",
"module": "index.js",
"license": "MIT",
"devDependencies": {
"@types/qunit": "^2.0.31",
"core-js": "^2.5.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-qunit": "^1.2.1",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.2.0",
"karma-webpack": "^2.0.4",
"qunitjs": "^2.4.0",
"rimraf": "^2.6.2",
"ts-loader": "^2.3.7",
"tslint": "^5.7.0",
"typescript": "^2.5.3",
"webpack": "^3.6.0"
},
"dependencies": {
"sentinella": "^0.2.0"
"@stimulus/core": "^0.5.0",
"@stimulus/webpack-helpers": "^0.5.0"
},
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist",
"lint": "tslint --project tsconfig.json --type-check src/*.ts",
"prebuild": "yarn run clean && yarn lint",
"build": "webpack",
"pretest": "yarn lint",
"test": "karma start",
"prepare": "yarn build"
"build": "webpack"
},
"publishConfig": {
"access": "public"
}
}
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