microcosm
Advanced tools
Comparing version 12.10.0-alpha.2 to 12.10.0-alpha.3
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var react = require('react'); | ||
@@ -37,4 +35,3 @@ var ___microcosm_js = require('../microcosm.js'); | ||
exports.displayName = displayName; | ||
exports['default'] = withSend; | ||
module.exports = withSend; | ||
//# sourceMappingURL=with-send.js.map |
@@ -33,3 +33,3 @@ import { createElement } from 'react'; | ||
export { displayName };export default withSend; | ||
export default withSend; | ||
//# sourceMappingURL=with-send.js.map |
@@ -1,2 +0,2 @@ | ||
"use strict";function e(e){return e.displayName||e.name||"Component"}function n(n){function s(e,o){var s=e.send||o.send;return r.createElement(n,t.merge({send:s},e))}return s.displayName="withSend("+e(n)+")",s.contextTypes=o,s.WrappedComponent=n,s}Object.defineProperty(exports,"__esModule",{value:!0});var r=require("react"),t=require("../microcosm.js"),o={send:function(){}};exports.displayName=e,exports.default=n; | ||
"use strict";function e(e){return e.displayName||e.name||"Component"}function n(n){function s(e,o){var s=e.send||o.send;return r.createElement(n,t.merge({send:s},e))}return s.displayName="withSend("+e(n)+")",s.contextTypes=o,s.WrappedComponent=n,s}var r=require("react"),t=require("../microcosm.js"),o={send:function(){}};module.exports=n; | ||
//# sourceMappingURL=with-send.js.map |
{ | ||
"name": "microcosm", | ||
"version": "12.10.0-alpha.2", | ||
"version": "12.10.0-alpha.3", | ||
"description": "Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.", | ||
@@ -5,0 +5,0 @@ "main": "microcosm.js", |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var react = require('react'); | ||
@@ -37,4 +35,3 @@ var ___microcosm_js = require('../microcosm.js'); | ||
exports.displayName = displayName; | ||
exports['default'] = withSend; | ||
module.exports = withSend; | ||
//# sourceMappingURL=with-send.js.map |
{ | ||
"name": "microcosm", | ||
"version": "12.10.0-alpha.2", | ||
"version": "12.10.0-alpha.3", | ||
"description": "Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.", | ||
@@ -5,0 +5,0 @@ "main": "microcosm.js", |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react'), require('../microcosm.js')) : | ||
typeof define === 'function' && define.amd ? define(['exports', 'react', '../microcosm.js'], factory) : | ||
(factory((global.withSend = {}),global.React,global.Microcosm)); | ||
}(this, (function (exports,react,___microcosm_js) { 'use strict'; | ||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('react'), require('../microcosm.js')) : | ||
typeof define === 'function' && define.amd ? define(['react', '../microcosm.js'], factory) : | ||
(global.withSend = factory(global.React,global.Microcosm)); | ||
}(this, (function (react,___microcosm_js) { 'use strict'; | ||
@@ -36,8 +36,5 @@ /** | ||
exports.displayName = displayName; | ||
exports['default'] = withSend; | ||
return withSend; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
}))); | ||
//# sourceMappingURL=with-send.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
5
942143
10213