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

ripple-lib-value

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ripple-lib-value - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

dist/npm/src/index.d.ts

38

package.json
{
"name": "ripple-lib-value",
"version": "0.2.1",
"version": "0.3.0",
"license": "ISC",
"description": "Classes for dealing with Ripple amount values",
"description": "Classes for dealing with XRP Ledger amount values",
"files": [

@@ -11,9 +11,9 @@ "dist/npm/*",

"scripts": {
"build:lib": "tsc --build",
"build": "yarn build:lib",
"clean": "rm -rf dist/npm && rm -rf build/flow",
"typecheck": "babel --optional runtime --blacklist flow -d build/flow/ src/ && flow check",
"compile": "babel -D --optional runtime -d dist/npm/ src/",
"prepublish": "npm run clean && npm run compile",
"test": "istanbul test _mocha",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "if ! [ -f eslintrc ]; then curl -o eslintrc 'https://raw.githubusercontent.com/ripple/javascript-style-guide/es6/eslintrc'; echo 'parser: babel-eslint' >> eslintrc; fi; eslint -c eslintrc src/"
"prepublish": "yarn clean && yarn build",
"lint": "eslint 'src/**/*.ts' 'test/*.{ts,js}'",
"test": "mocha",
"coverage": "nyc mocha"
},

@@ -31,16 +31,20 @@ "repository": {

"engines": {
"node": ">=0.12.0"
"node": ">=8",
"yarn": "^1.15.2"
},
"dependencies": {
"babel-runtime": "^5.5.4",
"bignumber.js": "^9.0.0"
"bignumber.js": "^9.0.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.22",
"babel-eslint": "^4.0.5",
"flow-bin": "^0.112.0",
"istanbul": "^0.3.5",
"mocha": "^2.1.0"
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.2",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"eslint": "^6.8.0",
"mocha": "^6.2.2",
"nyc": "^15.0.0",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
}
}

@@ -5,1 +5,3 @@ # ripple-lib-value

[![NPM](https://nodei.co/npm/ripple-lib-value.png)](https://www.npmjs.org/package/ripple-lib-value)

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