Socket
Socket
Sign inDemoInstall

@arcblock/mcrypto

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcblock/mcrypto - npm Package Compare versions

Comparing version 0.27.0 to 0.27.10

12

package.json
{
"name": "@arcblock/mcrypto",
"version": "0.27.0",
"version": "0.27.10",
"description": "Crypto lib that provides signer,crypter,hasher interface",

@@ -36,8 +36,8 @@ "keywords": [

"lint": "eslint tests lib",
"precommit": "CI=1 npm run test",
"prepush": "CI=1 npm run test",
"test": "npm run lint && node tools/jest.js",
"precommit": "CI=1 yarn test",
"prepush": "CI=1 yarn test",
"test": "yarn lint && node tools/jest.js",
"format-docs": "remark . -o",
"generate-docs": "jsdoc2md lib/index.js > docs/README.md",
"coverage": "npm run lint && npm run test -- --coverage"
"coverage": "yarn lint && yarn test -- --coverage"
},

@@ -56,3 +56,3 @@ "bugs": {

},
"gitHead": "62b7bc4c9a2ffef2a643aacda39579d918f00bc7"
"gitHead": "21a4ed3390beb480e028962773e3eb3c5feccc33"
}
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