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

@loaders.gl/terrain

Package Overview
Dependencies
Maintainers
7
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loaders.gl/terrain - npm Package Compare versions

Comparing version 3.3.0-alpha.14 to 3.3.0

2

dist/es5/lib/utils/version.js

@@ -7,4 +7,4 @@ "use strict";

exports.VERSION = void 0;
var VERSION = typeof "3.3.0-alpha.14" !== 'undefined' ? "3.3.0-alpha.14" : 'latest';
var VERSION = typeof "3.3.0" !== 'undefined' ? "3.3.0" : 'latest';
exports.VERSION = VERSION;
//# sourceMappingURL=version.js.map
export const VERSION = typeof "3.3.0-alpha.14" !== 'undefined' ? "3.3.0-alpha.14" : 'latest';
export const VERSION = typeof "3.3.0" !== 'undefined' ? "3.3.0" : 'latest';
//# sourceMappingURL=version.js.map

@@ -1196,3 +1196,3 @@ (() => {

// src/lib/utils/version.ts
var VERSION = true ? "3.3.0-alpha.14" : "latest";
var VERSION = true ? "3.3.0" : "latest";

@@ -1199,0 +1199,0 @@ // src/terrain-loader.ts

@@ -1196,3 +1196,3 @@ (() => {

// src/lib/utils/version.ts
var VERSION = true ? "3.3.0-alpha.14" : "latest";
var VERSION = true ? "3.3.0" : "latest";

@@ -1199,0 +1199,0 @@ // src/terrain-loader.ts

{
"name": "@loaders.gl/terrain",
"version": "3.3.0-alpha.14",
"version": "3.3.0",
"description": "Framework-independent loader for terrain raster formats",

@@ -38,7 +38,7 @@ "license": "MIT",

"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "3.3.0-alpha.14",
"@loaders.gl/schema": "3.3.0-alpha.14",
"@loaders.gl/loader-utils": "3.3.0",
"@loaders.gl/schema": "3.3.0",
"@mapbox/martini": "^0.2.0"
},
"gitHead": "cc91201ca3c0581a5c9edf7a8bc0fc230212bf3d"
"gitHead": "566d194f175a03e042d3e588cdd514048f428cc1"
}

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