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

febs

Package Overview
Dependencies
Maintainers
3
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

febs - npm Package Compare versions

Comparing version 0.8.57 to 0.8.58

browser/dist/febs-0.8.58/febs.base.js

6

browser/types/index.d.ts

@@ -8,6 +8,6 @@

declare global {
export let __debug: boolean;
var __debug: boolean;
export function requestAnimationFrame(cb: (tm: number) => void): any;
export function cancelAnimationFrame(timer: any): void;
function requestAnimationFrame(cb: (tm: number) => void): any;
function cancelAnimationFrame(timer: any): void;
}

@@ -14,0 +14,0 @@

@@ -88,3 +88,3 @@ {

"name": "febs",
"version": "0.8.57"
"version": "0.8.58"
}

@@ -9,11 +9,11 @@ // Type definitions for febs

*/
export let __debug: boolean;
var __debug: boolean;
/**
* @desc: 当前所在行.
*/
export const __line: number;
var __line: number;
/**
* @desc: 当前所在列
*/
export const __column: number;
var __column: number;
}

@@ -20,0 +20,0 @@

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