Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

frame-interval

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frame-interval - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7-canary.22.35.0

1

dist/FrameInterval.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FrameInterval = exports.FrameIntervalMode = void 0;
var FrameIntervalMode;

@@ -4,0 +5,0 @@ (function (FrameIntervalMode) {

15

dist/index.js
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc