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

dom-lib

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-lib - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

lib/ExecutionEnvironment.js

7

lib/animation/requestAnimationFramePolyfill.js

@@ -11,5 +11,8 @@ 'use strict';

var _emptyFunction = require('../utils/emptyFunction');
var _emptyFunction2 = _interopRequireDefault(_emptyFunction);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var emptyFunction = function emptyFunction() {};
var lastTime = 0;

@@ -31,4 +34,4 @@

// Works around a rare bug in Safari 6 where the first request is never invoked.
requestAnimationFrame(emptyFunction);
requestAnimationFrame(_emptyFunction2.default);
exports.default = requestAnimationFrame;
{
"name": "dom-lib",
"version": "0.2.1",
"version": "0.2.2",
"description": "DOM helper library",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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