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

flummox

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flummox - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

4

CHANGELOG.md

@@ -12,2 +12,6 @@ # Changelog

## 2.7.0
- **New Feature**
- `createActions()` and `createStores()` now return the new Store/Actions instance. [#4](https://github.com/acdlite/flummox/pull/27) [@tappleby](https://github.com/tappleby)
## 2.6.1

@@ -14,0 +18,0 @@ - **Bug Fix**

6

package.json
{
"name": "flummox",
"version": "2.7.0",
"version": "2.7.1",
"description": "Idiomatic, modular, testable, isomorphic Flux. No singletons required.",

@@ -35,3 +35,3 @@ "main": "lib/Flux.js",

"mocha": "~2.1.0",
"react": "0.12.x",
"react": ">=0.12.0",
"sinon": "~1.12.2",

@@ -42,3 +42,3 @@ "source-map-support": "~0.2.9",

"peerDependencies": {
"react": "0.12.x"
"react": ">=0.12.0"
},

@@ -45,0 +45,0 @@ "dependencies": {

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