@datkt/crypto
Advanced tools
Comparing version 0.4.1 to 0.5.0
{ | ||
"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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
8346
+ Added@datkt/sodium@0.6.9(transitive)
- Removed@datkt/sodium@0.5.3(transitive)
Updated@datkt/sodium@^0.6.0