Socket
Socket
Sign inDemoInstall

polythene-mithril-textfield

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polythene-mithril-textfield - npm Package Compare versions

Comparing version 1.0.0-rc.9 to 1.0.0-rc.10

16

dist/polythene-mithril-textfield.js

@@ -1,2 +0,16 @@

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("polythene-mithril-base"),require("polythene-core-textfield")):"function"==typeof define&&define.amd?define(["exports","polythene-mithril-base","polythene-core-textfield"],t):t(e.polythene={},e["polythene-mithril-base"],e["polythene-core-textfield"])}(this,function(e,t,o){"use strict";var i=t.StateComponent(o.coreTextField);i.displayName="TextField",e.TextField=i,Object.defineProperty(e,"__esModule",{value:!0})});
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('polythene-mithril-base'), require('polythene-core-textfield')) :
typeof define === 'function' && define.amd ? define(['exports', 'polythene-mithril-base', 'polythene-core-textfield'], factory) :
(factory((global.polythene = {}),global['polythene-mithril-base'],global['polythene-core-textfield']));
}(this, (function (exports,polytheneMithrilBase,polytheneCoreTextfield) { 'use strict';
var TextField = polytheneMithrilBase.StateComponent(polytheneCoreTextfield.coreTextField);
TextField.displayName = "TextField";
exports.TextField = TextField;
Object.defineProperty(exports, '__esModule', { value: true });
})));
//# sourceMappingURL=polythene-mithril-textfield.js.map

6

package.json
{
"name": "polythene-mithril-textfield",
"version": "1.0.0-rc.9",
"version": "1.0.0-rc.10",
"description": "",

@@ -17,4 +17,4 @@ "main": "dist/polythene-mithril-textfield.js",

"dependencies": {
"polythene-core-textfield": "^1.0.0-rc.9",
"polythene-mithril-base": "^1.0.0-rc.9"
"polythene-core-textfield": "^1.0.0-rc.10",
"polythene-mithril-base": "^1.0.0-rc.10"
},

@@ -21,0 +21,0 @@ "author": "Arthur Clemens <arthurclemens@gmail.com> (http://arthurclemens.com)",

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