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

alt

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alt - npm Package Compare versions

Comparing version 0.12.0 to 0.12.2

8

package.json
{
"name": "alt",
"version": "0.12.0",
"version": "0.12.2",
"description": "A flux implementation",

@@ -13,3 +13,3 @@ "main": "dist/alt.js",

"devDependencies": {
"6to5": "^3.3.12",
"6to5": "3.3.x",
"coveralls": "^2.11.2",

@@ -30,4 +30,4 @@ "istanbul": "^0.3.5",

"prepublish": "npm test",
"test": "npm run build; npm run build-test; npm run tests",
"tests": "mocha -u exports -R list test/compiled.js"
"test": "npm run build; npm run build-test; npm run tests-all",
"tests-all": "mocha -u exports -R list test/compiled.js"
},

@@ -34,0 +34,0 @@ "keywords": [

@@ -376,5 +376,6 @@ # alt

* `on :: lifecycleMethod, handler -> undefined`
* `bindAction :: ActionsMethod, StoreMethod -> undefined`
* `bindActions :: Actions`
* `waitFor :: DispatcherToken | [DispatcherTokens]`
* `bindActions :: Actions -> undefined`
* `waitFor :: DispatcherToken | [DispatcherTokens] -> undefined`

@@ -381,0 +382,0 @@ `waitFor` is mostly an alias to Flux's Dispatcher waitFor. Here's an excerpt from the flux docs on what waitFor is designed for:

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