@cesium/widgets
Advanced tools
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
+10
-10
@@ -1,2 +0,2 @@ | ||
| globalThis.CESIUM_VERSION = "1.135.0"; | ||
| globalThis.CESIUM_VERSION = "1.136.0"; | ||
| export { default as ClockViewModel } from './Source/ClockViewModel.js'; | ||
@@ -9,2 +9,4 @@ export { default as Command } from './Source/Command.js'; | ||
| export { default as subscribeAndEvaluate } from './Source/subscribeAndEvaluate.js'; | ||
| export { default as Animation } from './Source/Animation/Animation.js'; | ||
| export { default as AnimationViewModel } from './Source/Animation/AnimationViewModel.js'; | ||
| export { default as BaseLayerPicker } from './Source/BaseLayerPicker/BaseLayerPicker.js'; | ||
@@ -15,4 +17,2 @@ export { default as BaseLayerPickerViewModel } from './Source/BaseLayerPicker/BaseLayerPickerViewModel.js'; | ||
| export { default as createDefaultTerrainProviderViewModels } from './Source/BaseLayerPicker/createDefaultTerrainProviderViewModels.js'; | ||
| export { default as Animation } from './Source/Animation/Animation.js'; | ||
| export { default as AnimationViewModel } from './Source/Animation/AnimationViewModel.js'; | ||
| export { default as Cesium3DTilesInspector } from './Source/Cesium3DTilesInspector/Cesium3DTilesInspector.js'; | ||
@@ -30,4 +30,2 @@ export { default as Cesium3DTilesInspectorViewModel } from './Source/Cesium3DTilesInspector/Cesium3DTilesInspectorViewModel.js'; | ||
| export { default as I3SBuildingSceneLayerExplorerViewModel } from './Source/I3SBuildingSceneLayerExplorer/I3SBuildingSceneLayerExplorerViewModel.js'; | ||
| export { default as InfoBox } from './Source/InfoBox/InfoBox.js'; | ||
| export { default as InfoBoxViewModel } from './Source/InfoBox/InfoBoxViewModel.js'; | ||
| export { default as NavigationHelpButton } from './Source/NavigationHelpButton/NavigationHelpButton.js'; | ||
@@ -39,12 +37,14 @@ export { default as NavigationHelpButtonViewModel } from './Source/NavigationHelpButton/NavigationHelpButtonViewModel.js'; | ||
| export { default as ProjectionPickerViewModel } from './Source/ProjectionPicker/ProjectionPickerViewModel.js'; | ||
| export { default as InfoBox } from './Source/InfoBox/InfoBox.js'; | ||
| export { default as InfoBoxViewModel } from './Source/InfoBox/InfoBoxViewModel.js'; | ||
| export { default as SelectionIndicator } from './Source/SelectionIndicator/SelectionIndicator.js'; | ||
| export { default as SelectionIndicatorViewModel } from './Source/SelectionIndicator/SelectionIndicatorViewModel.js'; | ||
| export { default as SceneModePicker } from './Source/SceneModePicker/SceneModePicker.js'; | ||
| export { default as SceneModePickerViewModel } from './Source/SceneModePicker/SceneModePickerViewModel.js'; | ||
| export { default as SelectionIndicator } from './Source/SelectionIndicator/SelectionIndicator.js'; | ||
| export { default as SelectionIndicatorViewModel } from './Source/SelectionIndicator/SelectionIndicatorViewModel.js'; | ||
| export { default as Timeline } from './Source/Timeline/Timeline.js'; | ||
| export { default as TimelineHighlightRange } from './Source/Timeline/TimelineHighlightRange.js'; | ||
| export { default as TimelineTrack } from './Source/Timeline/TimelineTrack.js'; | ||
| export { default as knockout_3_5_1 } from './Source/ThirdParty/knockout-3.5.1.js'; | ||
| export { default as knockout_es5 } from './Source/ThirdParty/knockout-es5.js'; | ||
| export { default as knockout } from './Source/ThirdParty/knockout.js'; | ||
| export { default as Timeline } from './Source/Timeline/Timeline.js'; | ||
| export { default as TimelineHighlightRange } from './Source/Timeline/TimelineHighlightRange.js'; | ||
| export { default as TimelineTrack } from './Source/Timeline/TimelineTrack.js'; | ||
| export { default as VRButton } from './Source/VRButton/VRButton.js'; | ||
@@ -51,0 +51,0 @@ export { default as VRButtonViewModel } from './Source/VRButton/VRButtonViewModel.js'; |
+2
-2
| { | ||
| "name": "@cesium/widgets", | ||
| "version": "14.0.0", | ||
| "version": "14.1.0", | ||
| "description": "A widgets library for use with CesiumJS. CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@cesium/engine": "^22.0.0", | ||
| "@cesium/engine": "^22.1.0", | ||
| "nosleep.js": "^0.12.0" | ||
@@ -34,0 +34,0 @@ }, |
@@ -350,11 +350,11 @@ import { | ||
| new ProviderViewModel({ | ||
| name: "Google Maps Labels Only", | ||
| name: "Google Maps Contour", | ||
| iconUrl: buildModuleUrl( | ||
| "Widgets/Images/ImageryProviders/googleLabels.png", | ||
| "Widgets/Images/ImageryProviders/googleContour.png", | ||
| ), | ||
| tooltip: | ||
| "Place labels from Google Maps to combine with other imagery such as Sentinel-2", | ||
| "Hillshade mapping, contour lines, natural features (roadmap features hidden) from Google Maps", | ||
| category: "Cesium ion", | ||
| creationFunction: function () { | ||
| return IonImageryProvider.fromAssetId(3830185); | ||
| return IonImageryProvider.fromAssetId(3830186); | ||
| }, | ||
@@ -366,11 +366,23 @@ }), | ||
| new ProviderViewModel({ | ||
| name: "Google Maps Contour", | ||
| name: "Azure Maps Aerial", | ||
| iconUrl: buildModuleUrl( | ||
| "Widgets/Images/ImageryProviders/googleContour.png", | ||
| "Widgets/Images/ImageryProviders/azureAerial.png", | ||
| ), | ||
| tooltip: "Imagery from Azure Maps", | ||
| category: "Cesium ion", | ||
| creationFunction: function () { | ||
| return IonImageryProvider.fromAssetId(3891168); | ||
| }, | ||
| }), | ||
| ); | ||
| providerViewModels.push( | ||
| new ProviderViewModel({ | ||
| name: "Azure Maps Roads", | ||
| iconUrl: buildModuleUrl("Widgets/Images/ImageryProviders/azureRoads.png"), | ||
| tooltip: | ||
| "Hillshade mapping, contour lines, natural features (roadmap features hidden) from Google Maps", | ||
| "Labeled roads and other features on a base landscape from Azure Maps", | ||
| category: "Cesium ion", | ||
| creationFunction: function () { | ||
| return IonImageryProvider.fromAssetId(3830186); | ||
| return IonImageryProvider.fromAssetId(3891169); | ||
| }, | ||
@@ -377,0 +389,0 @@ }), |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1172696
3.75%124
0.81%19363
0.06%3
50%Updated