
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@xlera/convector-chaincode-utils
Advanced tools
Utilities for working with and testing hyperledger Fabric nodejs chaincode
A Nodejs module that helps you build your Hyperledger Fabric nodejs chaincode. Testing is done using the fabric-mock-stub.
| Fabric node SDK | Chaincode utils |
|---|---|
| v1.3.X | v4.X.X |
| v1.2.X | v3.X.X |
| V1.1.X | v2.1.0 |
before
["function","prop1","prop2"]
const verifiedArgs = await Helpers.checkArgs<{ prop1: string, prop2: string }>(args, Yup.object()
.shape({
prop1: Yup.string().required(),
prop2: Yup.string().required(),
}));
after
["function","{\"prop1\":\"prop1\",\"prop2\":\"prop2\"}"]
const verifiedArgs = await Helpers.checkArgs<{ prop1: string, prop2: string }>(args[0], Yup.object()
.shape({
prop1: Yup.string().required(),
prop2: Yup.string().required(),
}));
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureThe MIT License (MIT)
Copyright (c) 2018 TheLedger
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
Utilities for working with and testing hyperledger Fabric nodejs chaincode
The npm package @xlera/convector-chaincode-utils receives a total of 0 weekly downloads. As such, @xlera/convector-chaincode-utils popularity was classified as not popular.
We found that @xlera/convector-chaincode-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.