inputmask
Advanced tools
Comparing version 5.0.0-beta.128 to 5.0.0-beta.129
@@ -8,9 +8,3 @@ /* | ||
(function (factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(["jquery", "../inputmask", "../global/window"], factory); | ||
} else if (typeof exports === "object") { | ||
module.exports = factory(require("jquery"), require("../inputmask"), require("../global/window")); | ||
} else { | ||
factory(jQuery, window.Inputmask, window); | ||
} | ||
factory(jQuery, window.Inputmask, window); | ||
} | ||
@@ -17,0 +11,0 @@ (function ($, Inputmask, window) { |
@@ -8,9 +8,3 @@ /* | ||
(function (factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(["jquery", "../inputmask", "../global/window"], factory); | ||
} else if (typeof exports === "object") { | ||
module.exports = factory(require("jquery"), require("../inputmask"), require("../global/window")); | ||
} else { | ||
factory(jQuery, window.Inputmask, window); | ||
} | ||
factory(jQuery, window.Inputmask, window); | ||
} | ||
@@ -17,0 +11,0 @@ (function ($, Inputmask, window) { |
{ | ||
"name": "inputmask", | ||
"version": "5.0.0-beta.128", | ||
"version": "5.0.0-beta.129", | ||
"description": "Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
1489771
23
9097