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

stimulus-use

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stimulus-use - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

dist/index.js

12

package.json
{
"name": "stimulus-use",
"version": "0.9.2",
"version": "0.9.3",
"description": "A collection of standard controllers and utilities for Stimulus",
"main": "dist/index.umd.js",
"module": "dist/index.modern.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",

@@ -15,6 +15,6 @@ "source": "src/index.ts",

"prebuild": "yarn clean",
"build": "microbundle src/index.ts -f modern,umd",
"build": "tsc -b && microbundle src/index.ts -f umd",
"test": "NODE_ENV=test karma start",
"dev": "microbundle watch src/index.ts",
"clean": "rimraf dist",
"dev": "tsc -b -w",
"clean": "rimraf dist *.tsbuildinfo",
"doc": "docsify serve ./docs",

@@ -46,3 +46,3 @@ "release": "np"

"kind-of": "^6.0.3",
"microbundle": "^0.12.0",
"microbundle": "^0.12.2",
"mocha": "^7.2.0",

@@ -49,0 +49,0 @@ "np": "^6.2.3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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