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

cesium_dev_kit

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cesium_dev_kit - npm Package Compare versions

Comparing version 1.0.72 to 1.0.73

2

package.json
{
"name": "cesium_dev_kit",
"version": "1.0.72",
"version": "1.0.73",
"description": "封装Cesium常用API同时提供对应参考案例,开箱即用可快速实现各类效果。",

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

@@ -36,3 +36,3 @@ ## cesium_dev_kit

```shell
npm install cesium_dev_kit
npm install cesium_dev_kit
```

@@ -43,3 +43,3 @@

```
import { initCesium } from 'cesium_dev_kit'
import { initCesium } from 'cesium_dev_kit'
```

@@ -83,2 +83,3 @@

| pincerArrowObj | Object | 标绘(钳击) |
| ThreeJs | Object | 集成 ThreeJS 扩展对象 |

@@ -144,3 +145,3 @@ ### 1.3 使用案例

```javaScript
import {Graphics, Material,Primitive,Draw,Analysis,CustomCesiumPlugin,PassEffect,Plugin} from 'cesium_dev_kit'
import {Graphics, Material,Primitive,Draw,Analysis,CustomCesiumPlugin,PassEffect,Plugin,ThreeJs} from 'cesium_dev_kit'
```

@@ -158,2 +159,3 @@

- Plugin: 各种扩展功能
- ThreeJs: 集成 ThreeJS 扩展对象

@@ -228,3 +230,3 @@ ### 2.2 Draw 使用案例:

```javaScript
<script type="text/javascript" src="index.umd.js"></script>
<script type="text/javascript" src="index.umd.js"></script>
```

@@ -235,3 +237,3 @@

```javaScript
new cesium_dev_kit.initCesium({...})
new cesium_dev_kit.initCesium({...})
```

@@ -238,0 +240,0 @@

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

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

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

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