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

fun-model

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fun-model - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

spec/actionFactory.spec.d.ts

3

index.d.ts
import * as s from './src/store';
import * as d from './src/debug';
export * from './src/store';

@@ -6,2 +7,2 @@ export * from './src/actionFactory';

export { debugCallbackType } from './src/debug';
export declare let bootstrap: (defaultState: s.IState, renderCallback: () => void, debugCallback?: (message: string, params?: any) => void, subStateSeparator?: string) => void;
export declare let bootstrap: (defaultState: s.IState, renderCallback: () => void, debugCallback?: d.debugCallbackType, subStateSeparator?: string) => void;
{
"name": "fun-model",
"version": "1.3.1",
"version": "1.3.2",
"description": "fun-model is pure functional implementation of FLUX architecture.",

@@ -16,4 +16,3 @@ "main": "./index.js",

"keywords": [
"flux",
"es6"
"flux"
],

@@ -24,5 +23,2 @@ "author": {

},
"scripts": {
"tsconfig": "tsconfig ."
},
"devDependencies": {

@@ -33,6 +29,5 @@ "gulp": "3.9.0",

"jasmine-core": "2.4.1",
"systemjs": "0.19.6",
"tsconfig-glob": "^0.4.3"
"systemjs": "0.19.6"
},
"license": "MIT"
}
export declare type debugCallbackType = (message: string, params?: any) => void;
export declare let bootstrap: (debugCallback: (message: string, params?: any) => void) => void;
export declare let bootstrap: (debugCallback: debugCallbackType) => void;
export declare function log(message: string, params?: any): void;
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