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

pixi-viewport

Package Overview
Dependencies
Maintainers
1
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixi-viewport - npm Package Compare versions

Comparing version 4.34.0 to 4.34.1

45

package.json
{
"name": "pixi-viewport",
"version": "4.34.0",
"version": "4.34.1",
"description": "A highly configurable viewport/2D camera designed to work with pixi.js. Features include dragging, pinch-to-zoom, mouse wheel zooming, decelerated dragging, follow target, snap to point, snap to zoom, clamping, bouncing on edges, and move on mouse edges.",

@@ -66,20 +66,21 @@ "main": "dist/cjs/viewport.js",

"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@joseph184/rollup-plugin-node-builtins": "^2.1.4",
"@microsoft/api-extractor": "^7.15.1",
"@microsoft/api-extractor": "^7.18.18",
"@pixi-build-tools/rollup-configurator": "^1.0.14",
"@pixi/display": "^6.1.3",
"@pixi/display": "^6.2.0",
"@pixi/eslint-config": "^2.0.1",
"@pixi/events": "^6.1.3",
"@pixi/interaction": "^6.1.3",
"@pixi/math": "^6.1.3",
"@pixi/ticker": "^6.1.3",
"@pixi/events": "^6.2.0",
"@pixi/interaction": "^6.2.0",
"@pixi/math": "^6.2.0",
"@pixi/ticker": "^6.2.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-sucrase": "^3.1.0",
"@rollup/plugin-typescript": "^8.2.3",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-sucrase": "^4.0.1",
"@rollup/plugin-typescript": "^8.3.0",
"@types/offscreencanvas": "^2019.6.4",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"browserify": "^17.0.0",

@@ -89,4 +90,4 @@ "chai": "^4.3.4",

"dom-ease": "^0.9.3",
"electron": "^12.0.7",
"eslint": "^7.25.0",
"electron": "^15.3.0",
"eslint": "^8.1.0",
"floss": "^5.0.0",

@@ -97,12 +98,12 @@ "fork-me-github": "^1.2.0",

"pixi-ease": "^3.0.7",
"pixi.js": "^6.1.2",
"pixi.js": "^6.2.0",
"raf": "^3.4.1",
"rollup": "^2.47.0",
"rollup": "^2.59.0",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-serve": "^1.1.0",
"serve": "^11.2.0",
"serve": "^13.0.2",
"settingspanel": "^2.0.0",
"tslib": "^2.2.0",
"typescript": "^4.2.4",
"tslib": "^2.3.1",
"typescript": "^4.4.4",
"yy-counter": "^2.1.0",

@@ -109,0 +110,0 @@ "yy-fps": "^2.0.0",

@@ -1,10 +0,13 @@

# pixi-viewport - PixiJS Viewport Kit
# pixi-viewport
A highly configurable viewport/2D camera designed to work with pixi.js.
Features include dragging, pinch-to-zoom, mouse wheel zooming, decelerated dragging, follow target, aniamte, snap to point, snap to zoom, clamping, bouncing on edges, and move on mouse edges. See live example to try out all of these features.
Features include dragging, pinch-to-zoom, mouse wheel zooming, decelerated dragging, follow target, animate, snap to point, snap to zoom, clamping, bouncing on edges, and move on mouse edges. See the live examples below to try out all of these features.
All features are configurable and removable, so set up the viewport to be exactly what you need.
## v4.30.0+
This project was migrated to Typescript (thanks [@sukantpal](https://github.com/SukantPal)!). All functionality should be the same. The live Example has been updated.
## Support pixi-viewport!
With your support, I can make pixi-viewport even better! Please consider making a donation:
<a href="https://opencollective.com/pixi-viewport/donate" target="_blank">
<img src="https://opencollective.com/pixi-viewport/donate/button@2x.png?color=blue" width=300 style="margin-top: 0.5rem; display: block"/>
</a>

@@ -127,2 +130,5 @@ ## Live Examples

## v4.30.0+
This project was migrated to Typescript (thanks [@sukantpal](https://github.com/SukantPal)!). All functionality should be the same. The live Example has been updated.
## Other Libraries

@@ -129,0 +135,0 @@ If you liked pixi-viewport, please try my other open source libraries:

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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