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

@flive/form-with-redux-form

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flive/form-with-redux-form - npm Package Compare versions

Comparing version 1.0.0-alpha.8 to 1.0.0-beta.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [1.0.0-beta.0](https://gitlab.partners.sigfox.com/flive/flive/compare/@flive/form-with-redux-form@1.0.0-alpha.8...@flive/form-with-redux-form@1.0.0-beta.0) (2019-09-11)
**Note:** Version bump only for package @flive/form-with-redux-form
# [1.0.0-alpha.8](https://gitlab.partners.sigfox.com/flive/flive/compare/@flive/form-with-redux-form@1.0.0-alpha.7...@flive/form-with-redux-form@1.0.0-alpha.8) (2019-08-30)

@@ -8,0 +16,0 @@

15

package.json
{
"name": "@flive/form-with-redux-form",
"version": "1.0.0-alpha.8",
"version": "1.0.0-beta.0",
"private": false,

@@ -15,3 +15,4 @@ "description": "This package exports Form from @flive/react-kit extended to be used with redux-form",

"scripts": {
"build": "rollup --config",
"build": "npm run clean && rollup --config",
"clean": "rm -rf lib",
"lint": "eslint src --ext .js",

@@ -22,6 +23,2 @@ "lint:report": "npm run lint -- --format json --output-file eslint-report.json",

},
"peerDependencies": {
"@flive/react-kit": "^1.0.0-alpha.11",
"react": "^16.8.6"
},
"dependencies": {

@@ -45,6 +42,10 @@ "prop-types": "^15.7.2"

},
"peerDependencies": {
"@flive/react-kit": "^1.0.0-alpha.11",
"react": "^16.8.6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "5b565b66e8efdbda77de5a1fa51ada596054c19c"
"gitHead": "7722cffa982b047111f2b50a2a99d395dd154b24"
}
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