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

@loaders.gl/core

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/core - npm Package Compare versions

Comparing version 3.4.9 to 3.4.10

2

dist/es5/lib/init.js

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

var _log = require("./utils/log");
var version = typeof "3.4.9" !== 'undefined' ? "3.4.9" : 'latest';
var version = typeof "3.4.10" !== 'undefined' ? "3.4.10" : 'latest';
if (!globalThis.loaders) {

@@ -11,0 +11,0 @@ _log.log.log(1, "loaders.gl ".concat(version))();

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

function AsyncFromSyncIterator(s) { function AsyncFromSyncIteratorContinuation(r) { if (Object(r) !== r) return Promise.reject(new TypeError(r + " is not an object.")); var done = r.done; return Promise.resolve(r.value).then(function (value) { return { value: value, done: done }; }); } return AsyncFromSyncIterator = function AsyncFromSyncIterator(s) { this.s = s, this.n = s.next; }, AsyncFromSyncIterator.prototype = { s: null, n: null, next: function next() { return AsyncFromSyncIteratorContinuation(this.n.apply(this.s, arguments)); }, return: function _return(value) { var ret = this.s.return; return void 0 === ret ? Promise.resolve({ value: value, done: !0 }) : AsyncFromSyncIteratorContinuation(ret.apply(this.s, arguments)); }, throw: function _throw(value) { var thr = this.s.return; return void 0 === thr ? Promise.reject(value) : AsyncFromSyncIteratorContinuation(thr.apply(this.s, arguments)); } }, new AsyncFromSyncIterator(s); }
var VERSION = typeof "3.4.9" !== 'undefined' ? "3.4.9" : 'latest';
var VERSION = typeof "3.4.10" !== 'undefined' ? "3.4.10" : 'latest';
var NullWorkerLoader = {

@@ -17,0 +17,0 @@ name: 'Null loader',

import { log } from './utils/log';
const version = typeof "3.4.9" !== 'undefined' ? "3.4.9" : 'latest';
const version = typeof "3.4.10" !== 'undefined' ? "3.4.10" : 'latest';
if (!globalThis.loaders) {

@@ -4,0 +4,0 @@ log.log(1, "loaders.gl ".concat(version))();

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

const VERSION = typeof "3.4.9" !== 'undefined' ? "3.4.9" : 'latest';
const VERSION = typeof "3.4.10" !== 'undefined' ? "3.4.10" : 'latest';
export const NullWorkerLoader = {

@@ -3,0 +3,0 @@ name: 'Null loader',

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

// src/null-loader.ts
var VERSION = true ? "3.4.9" : "latest";
var VERSION = true ? "3.4.10" : "latest";
function parseSync(arrayBuffer, options, context) {

@@ -190,0 +190,0 @@ if (!options.null.echoParameters)

{
"name": "@loaders.gl/core",
"version": "3.4.9",
"version": "3.4.10",
"description": "The core API for working with loaders.gl loaders and writers",

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

"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "3.4.9",
"@loaders.gl/worker-utils": "3.4.9",
"@loaders.gl/loader-utils": "3.4.10",
"@loaders.gl/worker-utils": "3.4.10",
"@probe.gl/log": "^4.0.1"
},
"gitHead": "8df7484834897fa5ac8e065487d99d02f96e9560"
"gitHead": "4568459c96eaf0480a50ab77cace355307f61f04"
}

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