@0xcert/crypto
Advanced tools
Comparing version 0.0.0-alpha0 to 0.0.0-init
{ | ||
"name": "@0xcert/crypto", | ||
"version": "0.0.0-alpha0", | ||
"description": "Isomorphic cryptographic functions.", | ||
"main": "./dist/index.js", | ||
"types": "./lib/index.d.ts", | ||
"scripts": { | ||
"transpile": "tsc", | ||
"prepare": "npm run transpile", | ||
"test": "hayspec test --require ts-node/register --match ./src/tests/**/*.test.ts" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@hayspec/cli": "^0.4.21", | ||
"@hayspec/spec": "^0.4.21", | ||
"@types/node": "^10.11.3", | ||
"ts-node": "^7.0.1", | ||
"typescript": "^3.1.1" | ||
} | ||
"version": "0.0.0-init", | ||
"description": "", | ||
"license": "MIT" | ||
} |
@@ -1,1 +0,2 @@ | ||
export * from './methods/sha256'; | ||
export * from './core/cert'; | ||
export * from './core/prop'; |
{ | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"target": "es6", | ||
"noImplicitAny": false, | ||
"removeComments": true, | ||
"sourceMap": true, | ||
"outDir": "dist", | ||
"target": "es6" | ||
"declaration": true, | ||
"experimentalDecorators": true | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
27286
0
16
755
1
28
1