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

@0xcert/crypto

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xcert/crypto - npm Package Compare versions

Comparing version 0.0.0-alpha0 to 0.0.0-init

0xcert-certification.build.log

20

package.json
{
"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
}
}
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