Socket
Socket
Sign inDemoInstall

@secrez/crypto

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secrez/crypto - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

LICENSE

86

package.json
{
"name": "@secrez/crypto",
"version": "0.1.2",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint -c .eslintrc 'src/**/*.js' 'test/**/*.js'",
"all-tests": "find test/** -name '*.test.js' | xargs ./node_modules/.bin/mocha -R spec",
"test-only": "cross-env NODE_ENV=test ./node_modules/.bin/mocha test/*.test.js test/**/*.test.js --exit",
"test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text ./node_modules/.bin/_mocha test/*.test.js test/**/*.test.js --exit",
"posttest": "nyc check-coverage --statements 99 --branches 90 --functions 99 --lines 99"
},
"dependencies": {
"base-x": "^3.0.8",
"bip39": "^3.0.2",
"sha3": "^2.1.2",
"shamir": "^0.7.1",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1"
},
"devDependencies": {
"@secrez/test-helpers": "workspace:~0.1.3",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"mocha": "^7.1.2",
"nyc": "^15.1.0"
},
"description": "The Secrez core library.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/secrez/secrez.git"
},
"author": {
"name": "Francesco Sullo",
"email": "francesco@sullo.co"
},
"engines": {
"node": ">=10.0.0"
}
"name": "@secrez/crypto",
"version": "0.1.3",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint -c .eslintrc 'src/**/*.js' 'test/**/*.js'",
"all-tests": "find test/** -name '*.test.js' | xargs ./node_modules/.bin/mocha -R spec",
"test-only": "cross-env NODE_ENV=test ./node_modules/.bin/mocha test/*.test.js test/**/*.test.js --exit",
"test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text ./node_modules/.bin/_mocha test/*.test.js test/**/*.test.js --exit",
"posttest": "nyc check-coverage --statements 99 --branches 90 --functions 99 --lines 99"
},
"dependencies": {
"base-x": "^3.0.8",
"bip39": "^3.0.2",
"sha3": "^2.1.2",
"shamir": "^0.7.1",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1"
},
"devDependencies": {
"@secrez/utils": "~0.1.6",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"mocha": "^7.1.2",
"nyc": "^15.1.0"
},
"description": "The Secrez core library.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/secrez/secrez.git"
},
"author": {
"name": "Francesco Sullo",
"email": "francesco@sullo.co"
},
"engines": {
"node": ">=10.0.0"
}
}

@@ -5,4 +5,6 @@ # @secrez/crypto

@secrez/crypto is the basic crypto library.
@secrez/crypto is the basic crypto library. It includes only functions that can be called also in a browser.
In @secrez/core it is integrated with methods who works only server side, in order to be used in Secrez.
## TODO

@@ -14,4 +16,7 @@

__0.1.2__
* moving all methods that don't work in a browser back to @secrez/core
__0.1.0__
* moved the package from @secrez/core to a separate libr
* moved from @secrez/core to this separate library

@@ -22,3 +27,3 @@

```
32 passing (654ms)
31 passing (713ms)

@@ -28,5 +33,5 @@ ----------|---------|----------|---------|---------|-------------------

----------|---------|----------|---------|---------|-------------------
All files | 100 | 92.59 | 100 | 100 |
index.js | 100 | 92.59 | 100 | 100 | 28-35,72,132
----------|---------|----------|---------|---------|-------------------
All files | 100 | 92.31 | 100 | 100 |
index.js | 100 | 92.31 | 100 | 100 | 27-34,71,112
----------|---------|----------|---------|---------|-------------------
```

@@ -33,0 +38,0 @@

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