Socket
Socket
Sign inDemoInstall

@amoy/common

Package Overview
Dependencies
0
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

4

lib/type.d.ts
type addon = (core: any) => void
type performance = 'fps' | 'draw-calls'

@@ -11,3 +12,4 @@ declare module '@amoy/common' {

function usesify(addons: addon | addon[]): ((target: any) => void)
function showPerformancePannel(app: any, enables?: ('fps' | 'draw-calls')[])
function showPerformancePannel(app: any, enables?: performance[])
function showPerformance(enables: performance[]): (event: any) => void
}
{
"name": "@amoy/common",
"version": "1.0.6",
"version": "1.0.7",
"description": "A tool function kit.",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc