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

hyperapp

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperapp - npm Package Compare versions

Comparing version 2.0.0-beta.7 to 2.0.0-beta.8

6

package.json
{
"name": "hyperapp",
"description": "JavaScript micro-framework for building web interfaces.",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"main": "dist/hyperapp.js",

@@ -28,4 +28,4 @@ "module": "src/index.js",

"update": "git commit -am $msg && git tag -s $msg -m $msg && git push && git push --tags",
"release": "env msg=$(npm run -s message) npm run update && npm publish ${pkg:+@npm_package_module/$pkg}",
"message": "echo ${pkg:+@npm_package_name/$pkg@}$(node -p \"require('./${pkg:+lib/$pkg/}package').version\")",
"release": "env msg=$(npm run -s message) npm run update && npm publish ${pkg:+$npm_package_module/$pkg}",
"message": "echo ${pkg:+$npm_package_name/$pkg@}$(node -p \"require('./${pkg:+lib/$pkg/}package').version\")",
"prepare": "npm run build"

@@ -32,0 +32,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