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

@datkt/crypto

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datkt/crypto - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

lib.kc

12

package.json
{
"name": "@datkt/crypto",
"version": "0.4.1",
"version": "0.5.0",
"description": "Various cryptographic function for datkt",
"main": "index.kt",
"scripts": {
"build": "make",
"postinstall": "make",
"test": "make test"
"build": "konanc index.kt $(konanc-config -clr lib.kc) -p library -o crypto",
"postinstall": "npm run build",
"test": "konanc test.kt $(konanc-config -clr . test.kc) -o test.kexe && ./test.kexe"
},

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

"dependencies": {
"@datkt/sodium": "^0.5.0",
"@datkt/sodium": "^0.6.0",
"@datkt/uint64be": "^1.0.0"
},
"devDependencies": {
"@datkt/tape": "^0.5.2"
"@datkt/tape": "^0.6.1"
}
}

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