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 1.2.0 to 2.0.0-beta

Makefile

33

package.json
{
"name": "flummox",
"version": "1.2.0",
"version": "2.0.0-beta",
"description": "An implementation of the Flux architecture.",
"main": "dist/Flux.js",
"main": "lib/Flummox.js",
"scripts": {
"prepublish": "gulp build",
"test": "gulp build && jest"
"test": "make fast-build test"
},

@@ -13,3 +12,4 @@ "keywords": [

"facebook",
"react"
"react",
"es6"
],

@@ -19,19 +19,14 @@ "author": "Andrew Clark <acdlite@me.com>",

"devDependencies": {
"del": "^0.1.3",
"gulp": "^3.8.9",
"gulp-do": "^1.0.0",
"gulp-esnext": "^1.2.0",
"jest-cli": "^0.1.18"
"6to5": "~3.2.0",
"chai": "~1.10.0",
"es6-promise": "~2.0.1",
"mocha": "~2.1.0",
"sinon": "~1.12.2",
"source-map-support": "~0.2.9"
},
"dependencies": {
"events": "^1.0.2",
"flux": "^2.0.1",
"object-assign": "^1.0.0"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/src/"
]
"6to5-runtime": "~3.1.1",
"eventemitter3": "~0.1.6",
"flux": "~2.0.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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