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

@atomicfinance/client

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomicfinance/client - npm Package Compare versions

Comparing version 0.2.2 to 1.0.0-alpha.0

dist/Cfd.js

20

package.json
{
"name": "@atomicfinance/client",
"umdName": "Client",
"version": "0.2.2",
"version": "1.0.0-alpha.0",
"description": "> TODO: description",

@@ -9,16 +9,16 @@ "author": "Matthew Black <mblackmblackmblack@gmail.com>",

"license": "ISC",
"main": "dist/index.cjs.js",
"main": "dist/index",
"types": "lib/index",
"files": [
"dist",
"lib"
"dist"
],
"scripts": {
"build:node": "webpack --config ../../webpack/webpack.node.config.js",
"build:browser": "webpack --config ../../webpack/webpack.browser.config.js",
"build": "webpack --config ../../webpack/webpack.config.js"
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf ./dist",
"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "yarn run build",
"test": "yarn run build"
},
"dependencies": {
"@liquality/errors": "^0.7.1",
"cfd-dlc-js-wasm": "github:zpv/cfd-dlc-js-wasm#semver:^1.0.4",
"cfd-js-wasm": "github:p2pderivatives/cfd-js-wasm#semver:^0.1.6",
"lodash": "^4.17.20"

@@ -32,3 +32,3 @@ },

},
"gitHead": "c9b9800a0e2f9707606016d539911726474f9e4a"
"gitHead": "048f93374d33ee78deb97b00dde0f7decb051b61"
}
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