
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@reearth/cesium-mvt-imagery-provider
Advanced tools
Custom ImageryProvider for Mapbox Vector Tiles (extended for Re:Earth)
const imageryProvider = new MVTImageryProvider({
urlTemplate: "http://localhost:8080/sample_mvt/{z}/{x}/{y}.mvt",
layerName: "layerName", // or "layerName1,layerName2,layerName3"
worker: true, // by default false
credit: "cesium.js",
});
const layers = viewer.scene.imageryLayers;
const currentLayer = layers.addImageryProvider(imageryProvider);
currentLayer.alpha = 0.5;
// Call `layers.remove(currentLayer);` when it is unnecessary.
See example directory for more details.
yarnyarn unlink && yarn build && yarn run linkcd ./exampleyarn && yarn devIf you run example, you need to set sample MVT data to ./example/public.
And you should change layerName option for MVTImageryProvider in ./example/src/Imagery.tsx.
If you want to run this library on your vite project, you can do it like the following.
yarn buildcp ./dist ~/your_project && rm -rf node_modules/.viteFAQs
Custom ImageryProvider for Mapbox Vector Tiles (extended for Re:Earth)
We found that @reearth/cesium-mvt-imagery-provider demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.