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.9 to 4.1.0-alpha.10

2

dist/dist.dev.js

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

// src/lib/utils/version.ts
var VERSION = true ? "4.1.0-alpha.9" : "latest";
var VERSION = true ? "4.1.0-alpha.10" : "latest";

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

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

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

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

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
"require": "./dist/index.cjs"
}

@@ -44,5 +44,5 @@ },

"dependencies": {
"@loaders.gl/loader-utils": "4.1.0-alpha.9"
"@loaders.gl/loader-utils": "4.1.0-alpha.10"
},
"gitHead": "0291d4d78d71202385d0368942f84778d6aafa82",
"gitHead": "19f43c2d90d8b50860c3f8e487429779a386287d",
"devDependencies": {

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

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