Socket
Socket
Sign inDemoInstall

fabric-common

Package Overview
Dependencies
71
Maintainers
3
Versions
702
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.20-snapshot.0 to 2.2.20-snapshot.1

6

package.json
{
"name": "fabric-common",
"version": "2.2.20-snapshot.0",
"version": "2.2.20-snapshot.1",
"description": "This package encapsulates the common code used by the `fabric-ca-client`, `fabric-network` packages.",

@@ -29,4 +29,4 @@ "keywords": [

"elliptic": "^6.5.4",
"fabric-protos": "2.2.20-snapshot.0",
"js-sha3": "^0.8.0",
"fabric-protos": "2.2.20-snapshot.1",
"js-sha3": "^0.9.2",
"jsrsasign": "^10.5.25",

@@ -33,0 +33,0 @@ "long": "^5.2.3",

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/node10/tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {

@@ -9,6 +9,4 @@ "preserveConstEnums": true,

"declarationMap": true,
"strict": true,
"noUnusedLocals": true,
"noImplicitReturns": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",

@@ -15,0 +13,0 @@ "paths": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc