New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cra-hyperapp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-hyperapp - npm Package Compare versions

Comparing version 0.0.5 to 0.1.0

pre-flight-tests

8

package.json
{
"name": "cra-hyperapp",
"version": "0.0.5",
"version": "0.1.0",
"description": "Hyperapp expansion pack for create-react-app",

@@ -12,9 +12,9 @@ "main": "src/index.js",

"format:check": "npx prettier --list-different **/*.js",
"release": "npm run format:check && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
"release": "./pre-flight-tests && npm run format:check && git tag $npm_package_version && git push && git push --tags && npm publish"
},
"dependencies": {
"react-scripts": "=1.1.0"
"react-scripts": "=1.1.4"
},
"peerDependencies": {
"hyperapp": "^1.1.2"
"hyperapp": "^1.2.6"
},

@@ -21,0 +21,0 @@ "repository": {

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