New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

black-scholes-wasm

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

black-scholes-wasm - npm Package Compare versions

Comparing version 0.0.2 to 0.0.5

14

package.json
{
"name": "black-scholes-wasm",
"version": "0.0.2",
"version": "0.0.5",
"description": "A binary WebAssembly port of Ronnie C.'s excellent SIMD options pricer",

@@ -9,16 +9,20 @@ "repository": "git@github.com:ironblock/black-scholes-wasm.git",

"private": false,
"type": "module",
"scripts": {
"rust:clean": "rm -rf ./dist",
"rust:compile": "wasm-pack build --release --out-name black-scholes-wasm --out-dir ../dist ./rust",
"rust:compile-pack": "wasm-pack build --target bundler --release --out-name black-scholes-wasm --out-dir ../dist ./rust",
"rust:declutter": "find ./dist -type f -not \\( -name \"*.wasm\" -o -name \"*.ts\" -o -name \"*.js\" \\) -exec rm {} \";\"",
"rust:optimize": "mv ./dist/black-scholes-wasm_bg.wasm /tmp/black-scholes-wasm_bg.unoptimized.wasm && wasm-opt -Oz -o ./dist/black-scholes-wasm_bg.wasm /tmp/black-scholes-wasm_bg.unoptimized.wasm",
"build": "yarn rust:clean && yarn rust:compile && yarn rust:optimize && yarn rust:declutter",
"build:dev": "yarn rust:clean && yarn rust:compile-pack",
"build": "yarn rust:clean && yarn rust:compile-pack && yarn rust:optimize && yarn rust:declutter",
"prepare": "yarn build"
},
"files": [
"dist/**"
"dist/black-scholes-wasm_bg.wasm",
"dist/black-scholes-wasm.js",
"dist/black-scholes-wasm.d.ts"
],
"module": "dist/black-scholes-wasm.js",
"main": "dist/black-scholes-wasm.js",
"types": "dist/black-scholes-wasm.d.ts",
"sideEffects": false
}

Sorry, the diff of this file is not supported yet

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