Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@textile/crypto

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textile/crypto - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

dist/cjs/identity.d.ts

78

package.json
{
"name": "@textile/crypto",
"version": "2.0.0",
"description": "Various crypto modules for use with Textile tools/libraries.",
"main": "dist/index",
"types": "dist/index",
"files": [
"dist/**/!(*.spec).js?(.map)",
"dist/**/!(*.spec).d.ts"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"prepublishOnly": "npm run build",
"prepare": "npm run build",
"prebuild": "npm run clean",
"build": "npm run build:protos && npm run build:compile",
"build:compile": "tsc -b tsconfig.json",
"build:protos": "npx pbjs src/keys.proto --ts src/proto.keys.ts",
"clean": "rimraf ./dist ./tsconfig.tsbuildinfo",
"test:browser": "polendina --cleanup --timeout 60 src/**/*.spec.ts --webpack-config ../../webpack.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/textileio/js-textile.git"
},
"bugs": {
"url": "https://github.com/textileio/js-textile/issues"
},
"author": "Textile",
"license": "MIT",
"devDependencies": {
"libp2p-crypto": "^0.17.8",
"rimraf": "^3.0.2",
"typescript": "^3.9.7"
},
"references": [],
"dependencies": {
"@types/ed2curve": "^0.2.2",
"@types/multibase": "^0.6.0",
"ed2curve": "^0.3.0",
"multibase": "^3.1.0",
"tweetnacl": "^1.0.3"
},
"gitHead": "2b40323e1c55b0c041ba6b8b0b6fcdb0fe9bbe0c"
"name": "@textile/crypto",
"version": "2.1.0",
"description": "Various crypto modules for use with Textile tools/libraries.",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"module": "dist/esm/index.js",
"files": [
"dist/**/!(*.spec).js?(.map)",
"dist/**/!(*.spec).d.ts"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run build:protos && npm run build:cjs",
"build:cjs": "npx tsc -b ./tsconfig.json",
"build:protos": "npx pbjs src/keys.proto --ts src/proto.keys.ts",
"clean": "npx rimraf ./dist",
"test:browser": "polendina --cleanup --timeout 60 src/**/*.spec.ts --webpack-config ../../webpack.test.js"
},
"license": "MIT",
"repository": "github:textileio/js-textile",
"devDependencies": {
"libp2p-crypto": "^0.17.8"
},
"dependencies": {
"@types/ed2curve": "^0.2.2",
"ed2curve": "^0.3.0",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"multibase": "^3.1.0",
"tweetnacl": "^1.0.3"
},
"gitHead": "71dc4ba5d24b58e9479784807e91420d35e54bdb"
}

@@ -11,4 +11,4 @@ # @textile/crypto

```js
npm install --save git@github.com:textileio/js-textile.git
```bash
npm install @textile/hub
```

@@ -15,0 +15,0 @@

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