New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ol-stac

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ol-stac - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

7

layer/STAC.d.ts

@@ -134,2 +134,8 @@ export default STACLayer;

maxZoom?: number | undefined;
/**
* Arbitrary observable properties. Can be accessed with `#get()` and `#set()`. `stac` and `bounds` are reserved and may be overridden.
*/
properties?: {
[x: string]: any;
} | undefined;
};

@@ -214,2 +220,3 @@ /**

* be visible.
* @property {Object<string, *>} [properties] Arbitrary observable properties. Can be accessed with `#get()` and `#set()`. `stac` and `bounds` are reserved and may be overridden.
*/

@@ -216,0 +223,0 @@ /**

2

layer/STAC.js

@@ -101,2 +101,3 @@ /**

* be visible.
* @property {Object<string, *>} [properties] Arbitrary observable properties. Can be accessed with `#get()` and `#set()`. `stac` and `bounds` are reserved and may be overridden.
*/

@@ -129,2 +130,3 @@ /**

'maxZoom',
'properties',
].forEach((key) => (superOptions[key] = options[key]));

@@ -131,0 +133,0 @@ super(superOptions);

2

package.json
{
"name": "ol-stac",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "An \"automagical\" STAC LayerGroup for OpenLayers",

@@ -5,0 +5,0 @@ "homepage": "https://mohr.ws",

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