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

@pixi/prepare

Package Overview
Dependencies
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/prepare - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

7

lib/Prepare.d.ts

@@ -7,8 +7,7 @@ import { BasePrepare } from './BasePrepare';

*
* Do not instantiate this plugin directly. It is available from the `renderer.plugins` property.
* See {@link PIXI.CanvasRenderer#plugins} or {@link PIXI.Renderer#plugins}.
* Do not instantiate this plugin directly. It is available from the `renderer.prepare` property.
* @example
* import { Application, Graphics } from 'pixi.js';
*
* // Create a new application
* // Create a new application (prepare will be auto-added to renderer)
* const app = new Application();

@@ -20,3 +19,3 @@ * document.body.appendChild(app.view);

*
* // create a display object
* // Create a display object
* const rect = new Graphics()

@@ -23,0 +22,0 @@ * .beginFill(0x00ff00)

{
"name": "@pixi/prepare",
"version": "7.1.0",
"version": "7.1.1",
"main": "lib/index.js",

@@ -44,3 +44,3 @@ "module": "lib/index.mjs",

],
"gitHead": "4079e92895ecb692afe9f0b15d3e48ee40852ada"
"gitHead": "99b26d1d5a18760019b034c69c5979ca5e6c536b"
}

Sorry, the diff of this file is not supported yet

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