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

stimulus-vite-helpers

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stimulus-vite-helpers - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

10

CHANGELOG.md
[Stimulus HMR plugin]: https://github.com/ElMassimo/vite-plugin-stimulus-hmr
## stimulus-vite-helpers 1.0.2 (2020-02-18)
## stimulus-vite-helpers 1.0.3 (2021-03-21)
- Add keywords and fix repo URL.
## stimulus-vite-helpers 1.0.2 (2021-02-18)
- Allow a `/components` prefix to the filename for simpler integration when
using view components.
## stimulus-vite-helpers 1.0.1 (2020-02-15)
## stimulus-vite-helpers 1.0.1 (2021-02-15)

@@ -13,4 +17,4 @@ - Allow a `/controllers` prefix to the filename so that the helpers can be used

## stimulus-vite-helpers 1.0.0 (2020-02-12)
## stimulus-vite-helpers 1.0.0 (2021-02-12)
- Initial version
{
"name": "stimulus-vite-helpers",
"version": "1.0.2",
"version": "1.0.3",
"description": "Vite.js helpers for the Stimulus JavaScript framework",

@@ -12,6 +12,15 @@ "main": "dist/index.js",

"type": "git",
"url": "https://github.com/ElMasssimo/stimulus-vite-helpers"
"url": "https://github.com/ElMassimo/stimulus-vite-helpers"
},
"homepage": "https://github.com/ElMasssimo/stimulus-vite-helpers",
"bugs": "https://github.com/ElMasssimo/stimulus-vite-helpers/issues",
"homepage": "https://github.com/ElMassimo/stimulus-vite-helpers",
"bugs": "https://github.com/ElMassimo/stimulus-vite-helpers/issues",
"keywords": [
"stimulus",
"stimulusjs",
"rails",
"ruby",
"vite",
"vite-plugin",
"vitejs"
],
"scripts": {

@@ -24,2 +33,3 @@ "lint": "eslint .",

"release": "nr clean && nr build && npm publish",
"prepublishOnly": "npm run build",
"postpublish" : "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"

@@ -26,0 +36,0 @@ },

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