polythene-mithril-textfield
Advanced tools
Comparing version 1.3.3 to 1.4.0
@@ -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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2162
8
1
1