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

pixi3d

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixi3d - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

package.json
{
"name": "pixi3d",
"version": "0.7.0",
"version": "0.7.1",
"description": "The 3D rendering library which makes it simple to composite both 3D and 2D content on the web",

@@ -5,0 +5,0 @@ "main": "dist/pixi3d.js",

@@ -0,1 +1,2 @@

import * as PIXI from "pixi.js";
import { Camera } from "./camera";

@@ -2,0 +3,0 @@ /**

@@ -0,1 +1,2 @@

import * as PIXI from "pixi.js";
import { MipmapResource } from "./mipmap-resource";

@@ -2,0 +3,0 @@ export declare class CubeMipmapResource extends PIXI.resources.CubeResource {

@@ -0,1 +1,2 @@

import * as PIXI from "pixi.js";
import { ImageBasedLighting } from "./image-based-lighting";

@@ -2,0 +3,0 @@ import { Light } from "./light";

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