@concordium/node-sdk
Advanced tools
Comparing version
124
package.json
{ | ||
"name": "@concordium/node-sdk", | ||
"version": "2.0.2", | ||
"description": "Helpers for interacting with the Concordium node", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Concordium/concordium-node-sdk-js" | ||
}, | ||
"author": { | ||
"name": "Concordium Software", | ||
"email": "support@concordium.software", | ||
"url": "https://concordium.com" | ||
}, | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=14.16.0" | ||
}, | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"/grpc/*", | ||
"/lib/**/*" | ||
], | ||
"devDependencies": { | ||
"@noble/ed25519": "^1.6.0", | ||
"@types/google-protobuf": "^3.15.3", | ||
"@types/jest": "^26.0.23", | ||
"@typescript-eslint/eslint-plugin": "^4.28.1", | ||
"@typescript-eslint/parser": "^4.28.1", | ||
"babel-jest": "^27.0.6", | ||
"cross-env": "5.0.5", | ||
"eslint": "^7.29.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"grpc-tools": "^1.11.2", | ||
"grpc_tools_node_protoc_ts": "5.3.0", | ||
"jest": "^27.0.6", | ||
"lint-staged": "^12.0.2", | ||
"prettier": "^2.3.2", | ||
"ts-jest": "^27.0.3", | ||
"typescript": "^4.3.5" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
"tabWidth": 4 | ||
}, | ||
"scripts": { | ||
"generate-js": "yarn run grpc_tools_node_protoc --js_out=import_style=commonjs,binary:grpc --grpc_out=grpc_js:grpc --plugin=protoc-gen-grpc=../../node_modules/.bin/grpc_tools_node_protoc_plugin -I ../../deps/concordium-grpc-api ../../deps/concordium-grpc-api/*.proto", | ||
"generate-ts": "yarn run grpc_tools_node_protoc --plugin=protoc-gen-ts=../../node_modules/.bin/protoc-gen-ts --ts_out=grpc_js:grpc -I ../../deps/concordium-grpc-api ../../deps/concordium-grpc-api/*.proto", | ||
"generate": "([ -e \"../../deps/concordium-grpc-api\" ] && mkdir -p grpc && yarn generate-js && yarn generate-ts) || echo 'Please checkout submodules before building'; false", | ||
"lint": "eslint . --cache --ext .ts,.tsx --max-warnings 0", | ||
"lint-fix": "yarn --silent lint --fix; exit 0", | ||
"test": "jest", | ||
"build": "([ ! -e \"grpc\" ] && yarn generate) || true && tsc" | ||
}, | ||
"dependencies": { | ||
"@concordium/common-sdk": "2.0.1", | ||
"@grpc/grpc-js": "^1.3.4", | ||
"buffer": "^6.0.3", | ||
"google-protobuf": "^3.20.1" | ||
} | ||
} | ||
"name": "@concordium/node-sdk", | ||
"version": "2.1.0", | ||
"description": "Helpers for interacting with the Concordium node", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Concordium/concordium-node-sdk-js" | ||
}, | ||
"author": { | ||
"name": "Concordium Software", | ||
"email": "support@concordium.software", | ||
"url": "https://concordium.com" | ||
}, | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=14.16.0" | ||
}, | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"/grpc/*", | ||
"/lib/**/*" | ||
], | ||
"devDependencies": { | ||
"@noble/ed25519": "^1.6.0", | ||
"@types/google-protobuf": "^3.15.3", | ||
"@types/jest": "^26.0.23", | ||
"@typescript-eslint/eslint-plugin": "^4.28.1", | ||
"@typescript-eslint/parser": "^4.28.1", | ||
"babel-jest": "^27.0.6", | ||
"cross-env": "5.0.5", | ||
"eslint": "^7.29.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"grpc-tools": "^1.11.2", | ||
"grpc_tools_node_protoc_ts": "5.3.0", | ||
"jest": "^27.0.6", | ||
"lint-staged": "^12.0.2", | ||
"prettier": "^2.3.2", | ||
"ts-jest": "^27.0.3", | ||
"typescript": "^4.3.5" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
"tabWidth": 4 | ||
}, | ||
"scripts": { | ||
"generate-js": "yarn run grpc_tools_node_protoc --js_out=import_style=commonjs,binary:grpc --grpc_out=grpc_js:grpc --plugin=protoc-gen-grpc=../../node_modules/.bin/grpc_tools_node_protoc_plugin -I ../../deps/concordium-grpc-api ../../deps/concordium-grpc-api/*.proto", | ||
"generate-ts": "yarn run grpc_tools_node_protoc --plugin=protoc-gen-ts=../../node_modules/.bin/protoc-gen-ts --ts_out=grpc_js:grpc -I ../../deps/concordium-grpc-api ../../deps/concordium-grpc-api/*.proto", | ||
"generate": "([ -e \"../../deps/concordium-grpc-api\" ] && mkdir -p grpc && yarn generate-js && yarn generate-ts) || echo 'Please checkout submodules before building'; false", | ||
"lint": "eslint . --cache --ext .ts,.tsx --max-warnings 0", | ||
"lint-fix": "yarn --silent lint --fix; exit 0", | ||
"test": "jest", | ||
"build": "([ ! -e \"grpc\" ] && yarn generate) || true && tsc" | ||
}, | ||
"dependencies": { | ||
"@concordium/common-sdk": "2.1.0", | ||
"@grpc/grpc-js": "^1.3.4", | ||
"buffer": "^6.0.3", | ||
"google-protobuf": "^3.20.1" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
384235
0.92%17
6.25%+ Added
- Removed
Updated