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

bin_packer_3d

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bin_packer_3d - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

bin_packer_3d_wasm_bg.js

6

package.json

@@ -6,11 +6,11 @@ {

],
"version": "0.1.2",
"version": "0.1.3",
"files": [
"bin_packer_3d_wasm_bg.wasm",
"bin_packer_3d_wasm_bg.js",
"bin_packer_3d_wasm.js",
"bin_packer_3d_bg.js",
"bin_packer_3d_wasm.d.ts"
],
"module": "bin_packer_3d_wasm.js",
"main": "bin_packer_3d_wasm.js",
"module": "bin_packer_3d_wasm.js",
"type": "module",

@@ -17,0 +17,0 @@ "types": "bin_packer_3d_wasm.d.ts",

@@ -52,5 +52,11 @@ <div align="center">

1. add `"bin_packer_3d_bg.js"` to the package.json's `files` field (perhaps related issue: https://github.com/rustwasm/wasm-pack/issues/199)
2. add `"module": "bin_packer_3d.js",` (to enable importing as esm from node)
3. add `"type": "module",` (to enable importing as esm from node)
1. add `"bin_packer_3d_wasm_bg.js"` to the package.json's `files` field
*perhaps related issue: https://github.com/rustwasm/wasm-pack/issues/199*
2. add `"module": "bin_packer_3d_wasm.js",`
*to enable importing as esm from node*
3. add `"type": "module",`
*to enable importing as esm from node*
4. rename the package.json to `"name": "bin_packer_3d"`
*This crate is named `bin_packer_3d_wasm` to avoid naming conflicts with the `bin_packer_3d` crate.*
5. bump the package.json version

@@ -57,0 +63,0 @@ ### 🔬 Test in Headless Browsers with `wasm-pack test`

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