Socket
Socket
Sign inDemoInstall

ds-heightmap

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.2.0

9

package.json
{
"name": "ds-heightmap",
"version": "1.1.1",
"version": "1.2.0",
"description": "Use diamond-square algorithm to generate heightmaps.",

@@ -8,9 +8,8 @@ "main": "lib/index.js",

"exports": {
"import": "./index.esm.mjs",
"require": "./lib/index.js"
".": "./lib/index.js",
"./wasm": "./wasm/ds_heightmap.js"
},
"files": [
"lib",
"wasm",
"index.esm.mjs"
"wasm"
],

@@ -17,0 +16,0 @@ "scripts": {

@@ -30,3 +30,2 @@ # ds-heightmap

}
```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc