Socket
Socket
Sign inDemoInstall

@loaders.gl/images

Package Overview
Dependencies
5
Maintainers
9
Versions
313
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

2

dist/dist.dev.js

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

// src/lib/utils/version.ts
var VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
var VERSION = true ? "4.1.0-alpha.3" : "latest";

@@ -48,0 +48,0 @@ // ../loader-utils/src/lib/env-utils/assert.ts

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

export const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'latest';
export const VERSION = typeof "4.1.0-alpha.3" !== 'undefined' ? "4.1.0-alpha.3" : 'latest';
//# sourceMappingURL=version.js.map
{
"name": "@loaders.gl/images",
"version": "4.1.0-alpha.2",
"version": "4.1.0-alpha.3",
"description": "Framework-independent loaders and writers for images (PNG, JPG, ...)",

@@ -43,5 +43,5 @@ "license": "MIT",

"dependencies": {
"@loaders.gl/loader-utils": "4.1.0-alpha.2"
"@loaders.gl/loader-utils": "4.1.0-alpha.3"
},
"gitHead": "a248382edd20e846c1ccb23c15d089fb9b368dbc",
"gitHead": "b78075a7cb8d4ecd4aac84805ce74b8ceb400cf7",
"devDependencies": {

@@ -48,0 +48,0 @@ "@types/get-pixels": "^3.3.2"

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

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

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

@@ -3,0 +4,0 @@ // code adapted from https://github.com/sindresorhus/file-type under MIT license

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc