frame-interval
Advanced tools
Comparing version 1.0.6 to 1.0.7-canary.22.35.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.FrameInterval = exports.FrameIntervalMode = void 0; | ||
var FrameIntervalMode; | ||
@@ -4,0 +5,0 @@ (function (FrameIntervalMode) { |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./FrameInterval")); | ||
__exportStar(require("./FrameInterval"), exports); | ||
var FrameInterval_1 = require("./FrameInterval"); | ||
exports.default = FrameInterval_1.FrameInterval; | ||
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return FrameInterval_1.FrameInterval; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "frame-interval", | ||
"version": "1.0.6", | ||
"version": "1.0.7-canary.22.35.0", | ||
"description": "Execute a function n-times per second, on requestAnimationFrame", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.js", | ||
"auto": "9.32.0", | ||
"typescript": "3.8.3" | ||
"typescript": "3.9.2" | ||
}, | ||
@@ -26,0 +26,0 @@ "repository": "dzucconi/frame-interval", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
11949
189
17
2