@textile/crypto
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
249073
1
20
5747
2
1
1
+ Addedfastestsmallesttextencoderdecoder@1.0.22(transitive)
- Removed@types/multibase@^0.6.0
- Removed@types/multibase@0.6.0(transitive)
- Removed@types/node@22.9.1(transitive)
- Removedundici-types@6.19.8(transitive)