Socket
Socket
Sign inDemoInstall

@loaders.gl/core

Package Overview
Dependencies
Maintainers
9
Versions
330
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.13 to 3.4.14

2

dist/es5/lib/init.js

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

var _log = require("./utils/log");
var version = typeof "3.4.13" !== 'undefined' ? "3.4.13" : 'latest';
var version = typeof "3.4.14" !== 'undefined' ? "3.4.14" : '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.13" !== 'undefined' ? "3.4.13" : 'latest';
var VERSION = typeof "3.4.14" !== 'undefined' ? "3.4.14" : 'latest';
var NullWorkerLoader = {

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

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

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

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

const VERSION = typeof "3.4.13" !== 'undefined' ? "3.4.13" : 'latest';
const VERSION = typeof "3.4.14" !== 'undefined' ? "3.4.14" : 'latest';
export const NullWorkerLoader = {

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

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

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

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

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

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

"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "3.4.13",
"@loaders.gl/worker-utils": "3.4.13",
"@loaders.gl/loader-utils": "3.4.14",
"@loaders.gl/worker-utils": "3.4.14",
"@probe.gl/log": "^4.0.1"
},
"gitHead": "be8849c02972ce541e01720d29b976f830d6af92"
"gitHead": "dffa197c6ae79bac5277d5e8a132f4cd274e74e5"
}
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