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

@evergis/api

Package Overview
Dependencies
Maintainers
6
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evergis/api - npm Package Compare versions

Comparing version 0.1.52 to 0.1.53

7

es/layers/EvergisDynamicLayer.d.ts

@@ -1,4 +0,4 @@

import { DynamicLayer } from '@evergis/sgis/es/layers/DynamicLayer';
import { Bbox } from '@evergis/sgis/es/Bbox';
import { Api } from '../Api';
import { Bbox } from "@evergis/sgis/es/Bbox";
import { DynamicLayer } from "@evergis/sgis/es/layers/DynamicLayer";
import { Api } from "../Api";
export declare class EvergisDynamicLayer extends DynamicLayer {

@@ -18,2 +18,3 @@ private api;

style?: string;
condition?: string;
};

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

import { DynamicLayer } from '@evergis/sgis/es/layers/DynamicLayer';
import { DynamicLayer } from "@evergis/sgis/es/layers/DynamicLayer";
export class EvergisDynamicLayer extends DynamicLayer {

@@ -8,2 +8,3 @@ constructor(configuration, api) {

this.styleId = configuration.style;
this.conditionQuery = configuration.condition;
this.subscribeRedraw(api);

@@ -10,0 +11,0 @@ }

{
"name": "@evergis/api",
"version": "0.1.52",
"version": "0.1.53",
"license": "ISC",

@@ -5,0 +5,0 @@ "author": "everpoint",

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