Socket
Socket
Sign inDemoInstall

@pixi/extensions

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/extensions - npm Package Compare versions

Comparing version 7.3.2 to 7.3.3

4

lib/index.d.ts

@@ -30,3 +30,3 @@ /**

}
declare type ExtensionMetadata = ExtensionType | ExtensionMetadataDetails;
type ExtensionMetadata = ExtensionType | ExtensionMetadataDetails;
/**

@@ -56,3 +56,3 @@ * Format when registering an extension. Generally, the extension

}
declare type ExtensionHandler = (extension: ExtensionFormat) => void;
type ExtensionHandler = (extension: ExtensionFormat) => void;
/**

@@ -59,0 +59,0 @@ * Global registration of all PixiJS extensions. One-stop-shop for extensibility.

{
"name": "@pixi/extensions",
"version": "7.3.2",
"version": "7.3.3",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "module": "lib/index.mjs",

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