Socket
Socket
Sign inDemoInstall

any-to-any

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

any-to-any - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

dist/test/test.spec.d.ts

7

package.json
{
"name": "any-to-any",
"version": "1.4.0",
"version": "1.5.0",
"description": "convert numbers between bases ( any base to any base ) .. ",
"main": "dist/index.js",
"scripts": {
"test": "mocha --reporter spec",
"test": "mocha --require ts-node/register test/**/*.spec.ts",
"build": "tsc",
"build:watch": "tsc --watch",
"cover": "istanbul cover node_modules/mocha/bin/_mocha test/*.js - - -R spec",
"cover": "istanbul cover node_modules/mocha/bin/_mocha dist/test/*.js - - -R spec",
"ci": "npm run build && npm run cover",

@@ -51,4 +51,5 @@ "postversion": "git push && git push --tags",

"mocha": "^6.0.2",
"ts-node": "^8.3.0",
"typescript": "^3.3.3333"
}
}
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