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.11 to 3.4.12

2

dist/es5/lib/init.js

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

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

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

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

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

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

const VERSION = typeof "3.4.11" !== 'undefined' ? "3.4.11" : 'latest';
const VERSION = typeof "3.4.12" !== 'undefined' ? "3.4.12" : 'latest';
export const NullWorkerLoader = {

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

/**
* In a few cases (data URIs, node.js) "files" can be read synchronously
*/
export declare function readFileSync(url: string, options?: object): string | ArrayBuffer | null;
export declare function readFileSync(url: string, options?: object): ArrayBuffer | null;
//# sourceMappingURL=read-file.d.ts.map

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

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

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

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

@@ -28,4 +28,2 @@ "license": "MIT",

"./src/iterators/make-stream/make-node-stream.ts": "./src/iterators/make-stream/make-dom-stream.ts",
"./src/iterators/make-stream/make-node-stream.js": "./src/iterators/make-stream/make-dom-stream.js",
"./dist/iterators/make-stream/make-node-stream.js": "./dist/iterators/make-stream/make-dom-stream.js",
"./dist/es5/iterators/make-stream/make-node-stream.js": "./dist/es5/iterators/make-stream/make-dom-stream.js",

@@ -46,7 +44,7 @@ "./dist/esm/iterators/make-stream/make-node-stream.js": "./dist/esm/iterators/make-stream/make-dom-stream.js"

"@babel/runtime": "^7.3.1",
"@loaders.gl/loader-utils": "3.4.11",
"@loaders.gl/worker-utils": "3.4.11",
"@loaders.gl/loader-utils": "3.4.12",
"@loaders.gl/worker-utils": "3.4.12",
"@probe.gl/log": "^4.0.1"
},
"gitHead": "2b8d490d2372e70dd89eef8f6b215a5205c16621"
"gitHead": "85254762ae3082f608a863291deef09f2b40c6cf"
}

Sorry, the diff of this file is too big to display

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