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

microcosm

Package Overview
Dependencies
Maintainers
4
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microcosm - npm Package Compare versions

Comparing version 12.10.0-alpha.2 to 12.10.0-alpha.3

5

addons/with-send.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

2

es/addons/with-send.js

@@ -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

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