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

dfin-jsdk

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dfin-jsdk - npm Package Compare versions

Comparing version 0.0.7 to 0.0.9

74

package.json
{
"name": "dfin-jsdk",
"version": "0.0.7",
"version": "0.0.9",
"license": "MIT",
"files": [
"**/*"
"src/services/sdk/**/*"
],
"scripts": {},
"scripts": {
"test": "jest",
"test:watch": "npx jest --watch",
"make": "npm-run-all --sequential sdk typedoc markdown",
"sdk": "npm-run-all --sequential sdk:build sdk:server",
"sdk:watch": "npm-run-all --parallel sdk:watch:build sdk:watch:server",
"sdk:watch:server": "nodemon './build/sdk/index.js' --watch './build/sdk' --progress",
"sdk:watch:build": "webpack --config=webpack.sdk.js --watch './src/sdk' --progress",
"sdk:server": "node './build/sdk/index.js'",
"sdk:build": "webpack --config=webpack.sdk.js",
"api": "npm-run-all --sequential api:build api:server",
"api:watch": "npm-run-all --parallel api:watch:build api:watch:server",
"api:watch:server": "nodemon './build/api/index.js' --watch './build/api' --progress",
"api:watch:build": "webpack --config=webpack.api.js --watch './src/index.ts' --progress",
"api:server": "node './build/api/index.js'",
"api:build": "webpack --config=webpack.api.js",
"lint": "tslint {src,sdk}/**/*.{ts,tsx}",
"lint:fix": "tslint {src,sdk}/**/*.{ts,tsx} --fix",
"prettier": "prettier --write '{src,sdk}/**/*.{js,jsx,ts,tsx,htm,html,json,xml,css,scss,sass}' '*.{js,jsx,ts,tsx,htm,html,json,xml,css,scss,sass}'",
"format": "npm run prettier && npm run lint:fix",
"typedoc": "rm -rf documentation && typedoc --out documentation --readme none src/services/sdk --mode file --excludeNotExported --excludePrivate --name 'JSDK' --plugin none",
"markdown": "rm -rf markdown && typedoc --out markdown --readme none src/services/sdk --theme markdown --mode file --excludeNotExported --excludePrivate --name 'JSDK'",
"typedoc:serve": "cd documentation && ws",
"publish": "npm-run-all --sequential make format && cp package.json src/services/sdk && concat-md --toc --decrease-title-levels --dir-name-as-title markdown > src/services/sdk/README.md && cd src/services/sdk && npm publish"
},
"dependencies": {
"axios": "^0.19.2",
"bech32": "^1.1.4",
"bip32": "^2.0.5",
"bip39": "^3.0.2",
"change-case": "^4.1.1",
"crypto": "^1.0.1",
"crypto-js": "^4.0.0",
"decimal.js": "^10.2.0",

@@ -24,3 +52,43 @@ "dotenv": "^8.2.0",

"sha.js": "^2.4.11"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/bech32": "^1.1.2",
"@types/bip32": "^2.0.0",
"@types/bip39": "^3.0.0",
"@types/camelcase": "^5.2.0",
"@types/crypto-js": "^3.1.47",
"@types/fs-extra": "^9.0.1",
"@types/jest": "^26.0.8",
"@types/js-yaml": "^3.12.5",
"@types/lodash": "^4.14.158",
"@types/multimatch": "^4.0.0",
"@types/node": "^14.0.27",
"@types/pascalcase": "^1.0.0",
"@types/prettier": "^2.0.2",
"@types/secp256k1": "^4.0.1",
"@types/sha.js": "^2.4.0",
"codelyzer": "^6.0.0",
"concat-md": "^0.3.5",
"copy-webpack-plugin": "^6.0.3",
"jest": "^26.2.2",
"jest-mock-axios": "^4.2.1",
"local-web-server": "^4.2.1",
"nodemon": "^2.0.4",
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.1",
"rimraf": "^3.0.2",
"showdown": "^1.9.1",
"ts-jest": "^26.1.4",
"ts-loader": "^8.0.2",
"tslint": "^6.1.3",
"typedoc": "^0.17.8",
"typedoc-plugin-markdown": "^2.4.0",
"typescript": "^3.9.7",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-node-externals": "^2.5.0"
}
}
cosmos/__tests__/TransactionsService.test.ts

Sorry, the diff of this file is too big to display

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