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

stimulus

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stimulus - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

dist/action_set.d.ts

15

package.json
{
"name": "stimulus",
"version": "0.3.3",
"version": "0.3.4",
"description": "👉✨",

@@ -21,3 +21,3 @@ "author": "Basecamp, LLC",

"main": "dist/stimulus.js",
"types": "dist/stimulus.d.ts",
"types": "dist/index.d.ts",
"license": "MIT",

@@ -31,3 +31,2 @@ "devDependencies": {

"core-js": "^2.4.1",
"dts-bundle": "^0.7.2",
"ejs": "^2.5.6",

@@ -43,3 +42,3 @@ "express": "^4.15.2",

"qunitjs": "^2.2.0",
"sentinella": "git+ssh://git@github.com/basecamp/sentinella.git",
"sentinella": "^0.2.0",
"ts-loader": "^2.0.1",

@@ -55,9 +54,9 @@ "tslint": "^4.5.1",

"files": [
"dist/stimulus.js",
"dist/stimulus.d.ts"
"dist"
],
"scripts": {
"start": "node examples/server.js",
"lint": "tslint src/stimulus/*.ts",
"prebuild": "yarn lint",
"clean": "rm -fr build dist",
"lint": "tslint src/*.ts",
"prebuild": "yarn run clean && yarn lint",
"build": "webpack --env.production",

@@ -64,0 +63,0 @@ "pretest": "yarn lint",

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