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.6 to 0.0.7

13

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

@@ -10,2 +10,8 @@ "repository": "git@github.com:ironblock/black-scholes-wasm.git",

"type": "module",
"main": "./dist/black-scholes-wasm.js",
"exports": "./dist/black-scholes-wasm.js",
"types": "./dist/black-scholes-wasm.d.ts",
"files": [
"dist"
],
"scripts": {

@@ -20,8 +26,3 @@ "rust:clean": "rm -rf ./dist",

},
"files": [
"dist"
],
"main": "dist/black-scholes-wasm.js",
"types": "dist/black-scholes-wasm.d.ts",
"sideEffects": false
}
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