Socket
Socket
Sign inDemoInstall

awesome-crypto

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.1.0

dist/awesome-crypto.d.ts

49

package.json
{
"name": "awesome-crypto",
"version": "1.0.3",
"version": "1.1.0",
"description": "Secure random numbers of any size in any base",

@@ -18,2 +18,14 @@ "author": "Jeroen \"Favna\" Claassens <support@favna.xyz> (https://favna.xyz/home)",

},
"scripts": {
"docs": "jsdoc2md --files ./lib/*.ts --template ./docs/template.hbs --example-lang js --configure ./jsdoc2md.json --no-cache > ./README.md ",
"test": "jest",
"lint": "tslint --fix -p . -c ./tslint.json ./lib/*.ts",
"clean": "rimraf dist/",
"prebuild": "yarn clean && yarn lint && yarn test",
"build": "tsc",
"postbuild": "terser-folder ./dist -eo ./dist -x .js && copyfiles -u 1 ./docs/example.js ./dist/ && yarn docs && yarn replace:promise && yarn replace:array && yarn replace:paragraph",
"replace:promise": "replace --silent \"(Promise)\\.&lt;\" \"Promise&lt;\" README.md",
"replace:array": "replace --silent \"(Array)\\.&lt;\" \"Array&lt;\" README.md",
"replace:paragraph": "replace --silent \" - <p>(.+)</p>\" \" - $1\" README.md"
},
"keywords": [

@@ -26,34 +38,29 @@ "crypto",

"engines": {
"node": ">=8.0.0"
"node": ">=10.0.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-typescript": "^7.1.0",
"@babel/register": "^7.0.0",
"@types/jest": "^23.3.13",
"@types/node": "^10.12.18",
"@types/jest": "^24.0.0",
"@types/node": "^11.9.5",
"common-tags": "^1.8.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-jest": "^4.0.2",
"gulp-replace": "^1.0.0",
"gulp-typescript": "^5.0.0",
"gulp-uglify-es": "^1.0.4",
"jest": "^23.6.0",
"copyfiles": "^2.1.0",
"jest": "^24.1.0",
"jsdoc-babel": "^0.5.0",
"jsdoc-to-markdown": "^4.0.1",
"milky-tslint": "^1.0.1",
"ts-jest": "^23.10.5",
"ts-node": "^8.0.1",
"replace": "^1.0.1",
"rimraf": "^2.6.3",
"terser-folder": "^2.0.0",
"tslint": "^5.11.0",
"typescript": "^3.2.4",
"yargs": "^12.0.5"
"typescript": "^3.3.3"
},
"files": [
"dist/"
],
"directories": {
"doc": "./docs",
"lib": "./lib",
"test": "./test"
"doc": "docs/",
"lib": "lib/",
"test": "test/"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc