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

jzqbmaplib.lushu

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jzqbmaplib.lushu - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

index.js

@@ -232,7 +232,6 @@ (function (root, factory) {

this._fromStop = false
this.i= index
this.i= index
var me=this
const initPos=this._path[index]
console.log(this._path.length,index);
const targetPos=this._path.length>index+1?this._path[index + 1]:this._path[index]
const targetPos=this._path.length-1>=index?this._path[index]:this._path[index + 1]
const effect=this._tween.linear

@@ -389,2 +388,3 @@ const currentCount = 1

var me = this;
console.log('_moveNext index:',index,',length:',this._path.length);
if (index < this._path.length - 1) {

@@ -391,0 +391,0 @@ me._move(me._path[index], me._path[index + 1], me._tween.linear);

{
"name": "jzqbmaplib.lushu",
"version": "1.0.4",
"version": "1.0.5",
"description": "A library of Baidu Map JS API",

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

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