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

venus-map

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

venus-map - npm Package Compare versions

Comparing version 1.0.46 to 1.0.47

2

package.json
{
"name": "venus-map",
"version": "1.0.46",
"version": "1.0.47",
"description": "tq-fed-map",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

@@ -228,2 +228,9 @@ import Overlay from 'ol/Overlay.js'

setCoordinates(uid, coordinates) {
if (this.pops[uid]) {
const popup = this.pops[uid]
popup.setPosition(coordinates)
}
}
bindFeature(feature, opt = { render: () => 'test' }) {

@@ -230,0 +237,0 @@ const dom = this._getWrapperNode(feature.ol_uid, opt)

@@ -200,4 +200,6 @@ import EventBus from './EventBus'

this.lastAnimationTime = frameState.time
this.emit('animation', this.coordinates[index])
}
this.map.render()
}

@@ -204,0 +206,0 @@

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