New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@loaders.gl/obj

Package Overview
Dependencies
Maintainers
9
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/obj - npm Package Compare versions

Comparing version 4.1.0-alpha.2 to 4.1.0-alpha.3

4

dist/dist.dev.js

@@ -637,3 +637,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

// src/obj-loader.ts
var VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
var VERSION = true ? "4.1.0-alpha.3" : "latest";
var OBJLoader = {

@@ -726,3 +726,3 @@ name: "OBJ",

// src/mtl-loader.ts
var VERSION2 = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
var VERSION2 = true ? "4.1.0-alpha.3" : "latest";
var MTLLoader = {

@@ -729,0 +729,0 @@ name: "MTL",

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

const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'latest';
const VERSION = typeof "4.1.0-alpha.3" !== 'undefined' ? "4.1.0-alpha.3" : 'latest';
export const MTLLoader = {

@@ -3,0 +3,0 @@ name: 'MTL',

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

const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'latest';
const VERSION = typeof "4.1.0-alpha.3" !== 'undefined' ? "4.1.0-alpha.3" : 'latest';
export const OBJLoader = {

@@ -3,0 +3,0 @@ name: 'OBJ',

@@ -742,3 +742,3 @@ "use strict";

// src/obj-loader.ts
var VERSION = true ? "4.1.0-alpha.2" : "latest";
var VERSION = true ? "4.1.0-alpha.3" : "latest";
var OBJLoader = {

@@ -831,3 +831,3 @@ name: "OBJ",

// src/mtl-loader.ts
var VERSION2 = true ? "4.1.0-alpha.2" : "latest";
var VERSION2 = true ? "4.1.0-alpha.3" : "latest";
var MTLLoader = {

@@ -834,0 +834,0 @@ name: "MTL",

{
"name": "@loaders.gl/obj",
"version": "4.1.0-alpha.2",
"version": "4.1.0-alpha.3",
"description": "Framework-independent loader for the OBJ format",

@@ -45,6 +45,6 @@ "license": "MIT",

"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "4.1.0-alpha.2",
"@loaders.gl/schema": "4.1.0-alpha.2"
"@loaders.gl/loader-utils": "4.1.0-alpha.3",
"@loaders.gl/schema": "4.1.0-alpha.3"
},
"gitHead": "a248382edd20e846c1ccb23c15d089fb9b368dbc"
"gitHead": "b78075a7cb8d4ecd4aac84805ce74b8ceb400cf7"
}

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

// loaders.gl, MIT license
// loaders.gl
// SPDX-License-Identifier: MIT
// Copyright (c) vis.gl contributors

@@ -3,0 +4,0 @@

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

// loaders.gl, MIT license
// loaders.gl
// SPDX-License-Identifier: MIT
// Copyright (c) vis.gl contributors

@@ -3,0 +4,0 @@ // Forked from THREE.js under MIT license

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

// loaders.gl, MIT license
// loaders.gl
// SPDX-License-Identifier: MIT
// Copyright (c) vis.gl contributors

@@ -3,0 +4,0 @@ import type {Loader, LoaderOptions} from '@loaders.gl/loader-utils';

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 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