Socket
Socket
Sign inDemoInstall

@wixc3/browser

Package Overview
Dependencies
Maintainers
65
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wixc3/browser - npm Package Compare versions

Comparing version 5.0.0 to 5.2.4

4

dist/cjs/animation-frame-scheduler.js

@@ -5,3 +5,5 @@ "use strict";

class AnimationFrameScheduler {
requestAnimationFrameId = 0;
constructor() {
this.requestAnimationFrameId = 0;
}
start(...args) {

@@ -8,0 +10,0 @@ if (this.requestAnimationFrameId) {

export class AnimationFrameScheduler {
requestAnimationFrameId = 0;
constructor() {
this.requestAnimationFrameId = 0;
}
start(...args) {

@@ -4,0 +6,0 @@ if (this.requestAnimationFrameId) {

{
"name": "@wixc3/browser",
"version": "5.0.0",
"version": "5.2.4",
"description": "Browser only utils",

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

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