@pixi/core
Advanced tools
Comparing version 6.5.3 to 7.0.0-alpha
@@ -26,2 +26,26 @@ declare namespace GlobalMixins | ||
} | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
interface IRenderableObject | ||
{ | ||
} | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
interface Renderer | ||
{ | ||
} | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
interface IRenderer | ||
{ | ||
} | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
interface IRendererPlugins | ||
{ | ||
} | ||
} |
{ | ||
"name": "@pixi/core", | ||
"version": "6.5.3", | ||
"version": "7.0.0-alpha", | ||
"main": "dist/cjs/core.js", | ||
"module": "dist/esm/core.mjs", | ||
"bundle": "dist/browser/core.js", | ||
"types": "index.d.ts", | ||
@@ -45,14 +44,12 @@ "exports": { | ||
"dependencies": { | ||
"@pixi/constants": "7.0.0-alpha", | ||
"@pixi/extensions": "7.0.0-alpha", | ||
"@pixi/math": "7.0.0-alpha", | ||
"@pixi/runner": "7.0.0-alpha", | ||
"@pixi/settings": "7.0.0-alpha", | ||
"@pixi/ticker": "7.0.0-alpha", | ||
"@pixi/utils": "7.0.0-alpha", | ||
"@types/offscreencanvas": "^2019.6.4" | ||
}, | ||
"peerDependencies": { | ||
"@pixi/constants": "6.5.3", | ||
"@pixi/extensions": "6.5.3", | ||
"@pixi/math": "6.5.3", | ||
"@pixi/runner": "6.5.3", | ||
"@pixi/settings": "6.5.3", | ||
"@pixi/ticker": "6.5.3", | ||
"@pixi/utils": "6.5.3" | ||
}, | ||
"gitHead": "28e6b2841a65837a5e2873a3d5a9c27cabbe795a" | ||
"gitHead": "da993226df64b804a9c00ed9ee4d011191467b8a" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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 too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
16
3954995
13
20933
2
+ Added@pixi/constants@7.0.0-alpha
+ Added@pixi/extensions@7.0.0-alpha
+ Added@pixi/math@7.0.0-alpha
+ Added@pixi/runner@7.0.0-alpha
+ Added@pixi/settings@7.0.0-alpha
+ Added@pixi/ticker@7.0.0-alpha
+ Added@pixi/utils@7.0.0-alpha
+ Added@pixi/constants@7.0.0-alpha(transitive)
+ Added@pixi/extensions@7.0.0-alpha(transitive)
+ Added@pixi/math@7.0.0-alpha(transitive)
+ Added@pixi/runner@7.0.0-alpha(transitive)
+ Added@pixi/settings@7.0.0-alpha(transitive)
+ Added@pixi/ticker@7.0.0-alpha(transitive)
+ Added@pixi/utils@7.0.0-alpha(transitive)
- Removed@pixi/constants@6.5.3(transitive)
- Removed@pixi/extensions@6.5.3(transitive)
- Removed@pixi/math@6.5.3(transitive)
- Removed@pixi/runner@6.5.3(transitive)
- Removed@pixi/settings@6.5.3(transitive)
- Removed@pixi/ticker@6.5.3(transitive)
- Removed@pixi/utils@6.5.3(transitive)