angular-es-utils
Advanced tools
Comparing version 1.2.37 to 1.2.38
'use strict'; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
value: true | ||
}); | ||
exports.Debounce = exports.Throttle = exports.Bind = exports.Inject = undefined; | ||
exports.Delay = exports.Debounce = exports.Throttle = exports.Bind = exports.Inject = undefined; | ||
@@ -24,13 +24,16 @@ var _Inject = require('./Inject'); | ||
var _Delay = require('./Delay'); | ||
var _Delay2 = _interopRequireDefault(_Delay); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
/** | ||
* @author Kuitos | ||
* @homepage https://github.com/kuitos/ | ||
* @since 2016-01-17 | ||
*/ | ||
exports.Inject = _Inject2.default; | ||
exports.Bind = _Bind2.default; | ||
exports.Throttle = _Throttle2.default; | ||
exports.Debounce = _Debounce2.default; | ||
exports.Debounce = _Debounce2.default; | ||
exports.Delay = _Delay2.default; /** | ||
* @author Kuitos | ||
* @homepage https://github.com/kuitos/ | ||
* @since 2016-01-17 | ||
*/ |
{ | ||
"name": "angular-es-utils", | ||
"version": "1.2.37", | ||
"version": "1.2.38", | ||
"description": "es utils design for angular1.x", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
28551
638