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

amplify-flow

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

amplify-flow - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

bin/amplify-flow.sh

6

CHANGELOG.md
# gh-flow
## 1.0.4
### Patch Changes
- Add amplify-flow binary
## 1.0.3

@@ -4,0 +10,0 @@

12

package.json
{
"name": "amplify-flow",
"description": "Native app for GitHub issue management for Amplify JS",
"version": "1.0.3",
"version": "1.0.4",
"repository": "git@github.com:ericclemmons/amplify-js-workflow.git",

@@ -10,3 +10,6 @@ "author": "Eric Clemmons <eric@smarterspam.com>",

"main": "dist/Amplify Flow-darwin-x64/Amplify Flow.app/Contents/Resources/app/inject/inject.js",
"files": ["dist"],
"files": [
"bin",
"dist"
],
"publishConfig": {

@@ -21,5 +24,8 @@ "access": "public"

"dev": "open './dist/Amplify Flow-darwin-x64/Amplify Flow.app'",
"postdev": "microbundle watch --format cjs"
"postdev": "microbundle watch --format cjs",
"prerelease": "yarn build",
"release": "yarn changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.2.5",
"@changesets/cli": "^2.6.5",

@@ -26,0 +32,0 @@ "microbundle": "^0.11.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