anim-event
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -1,2 +0,2 @@ | ||
/*! AnimEvent v1.0.11 (c) anseki https://github.com/anseki/anim-event */ | ||
/*! AnimEvent v1.0.12 (c) anseki https://github.com/anseki/anim-event */ | ||
var AnimEvent=function(n){function e(o){if(t[o])return t[o].exports;var i=t[o]={i:o,l:!1,exports:{}};return n[o].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var t={};return e.m=n,e.c=t,e.d=function(n,t,o){e.o(n,t)||Object.defineProperty(n,t,{configurable:!1,enumerable:!0,get:o})},e.n=function(n){var t=n&&n.__esModule?function(){return n.default}:function(){return n};return e.d(t,"a",t),t},e.o=function(n,e){return Object.prototype.hasOwnProperty.call(n,e)},e.p="",e(e.s=0)}([function(n,e,t){"use strict";function o(){var n=void 0,e=void 0;c&&(l.call(window,c),c=null),u.forEach(function(e){e.event&&(e.listener(e.event),e.event=null,n=!0)}),n?(w=Date.now(),e=!0):Date.now()-w<r&&(e=!0),e&&(c=a.call(window,o))}function i(n){var e=-1;return u.some(function(t,o){return t.listener===n&&(e=o,!0)}),e}Object.defineProperty(e,"__esModule",{value:!0});var r=500,u=[],a=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame||function(n){return setTimeout(n,1e3/60)},l=window.cancelAnimationFrame||window.mozCancelAnimationFrame||window.webkitCancelAnimationFrame||window.msCancelAnimationFrame||function(n){return clearTimeout(n)},c=void 0,w=Date.now(),d={add:function(n){var e=void 0;return-1===i(n)?(u.push(e={listener:n}),function(n){e.event=n,c||o()}):null},remove:function(n){var e=void 0;(e=i(n))>-1&&(u.splice(e,1),!u.length&&c&&(l.call(window,c),c=null))}};e.default=d,n.exports=e.default}]); |
{ | ||
"name": "anim-event", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Event Manager for Animation", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "anim-event", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"title": "AnimEvent", | ||
@@ -19,13 +19,22 @@ "description": "Event Manager for Animation", | ||
"main": "anim-event.min.js", | ||
"module": "./src/anim-event.js", | ||
"jsnext:main": "./src/anim-event.js", | ||
"files": [ | ||
"anim-event.min.js", | ||
"src/*.js", | ||
"!src/*.proc.*", | ||
"webpack.config.rules.js", | ||
"bower.json", | ||
"LICENSE-MIT" | ||
], | ||
"devDependencies": { | ||
"babel-core": "^6.25.0", | ||
"babel-loader": "^7.1.1", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"cross-env": "^5.0.5", | ||
"pre-proc": "^0.2.7", | ||
"pre-proc-loader": "^1.0.8", | ||
"skeleton-loader": "^1.1.4", | ||
"webpack": "^3.5.4" | ||
"cross-env": "^5.1.3", | ||
"pre-proc": "^0.2.8", | ||
"pre-proc-loader": "^1.0.9", | ||
"skeleton-loader": "^1.1.5", | ||
"webpack": "^3.11.0" | ||
}, | ||
@@ -32,0 +41,0 @@ "scripts": { |
@@ -5,3 +5,3 @@ /* | ||
* | ||
* Copyright (c) 2017 anseki | ||
* Copyright (c) 2018 anseki | ||
* Licensed under the MIT license. | ||
@@ -8,0 +8,0 @@ */ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
11018
7
183
1