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.3.3 to 1.4.0

16

dist/polythene-mithril-textfield.js

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

(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 });
})));
!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=e||self).polythene={},e["polythene-mithril-base"],e["polythene-core-textfield"])}(this,function(e,t,o){"use strict";const i=t.StateComponent(o.coreTextField);i.displayName="TextField",e.TextField=i,Object.defineProperty(e,"__esModule",{value:!0})});
//# sourceMappingURL=polythene-mithril-textfield.js.map

8

package.json
{
"name": "polythene-mithril-textfield",
"version": "1.3.3",
"version": "1.4.0",
"description": "",

@@ -9,3 +9,3 @@ "main": "dist/polythene-mithril-textfield",

"clean": "rm -rf dist/*",
"rollup": "../../node_modules/rollup/bin/rollup -c ../../scripts/rollup.umd.js && ../../node_modules/rollup/bin/rollup -c ../../scripts/rollup.es.js",
"rollup": "../../node_modules/rollup/bin/rollup -c ../../scripts/bundling/rollup.umd.js && ../../node_modules/rollup/bin/rollup -c ../../scripts/bundling/rollup.es.js",
"build": "npm run clean && npm run rollup"

@@ -18,4 +18,4 @@ },

"dependencies": {
"polythene-core-textfield": "^1.3.2",
"polythene-mithril-base": "^1.3.3"
"polythene-core-textfield": "^1.4.0",
"polythene-mithril-base": "^1.4.0"
},

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

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