Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@iota/bundle-validator
Advanced tools
Syntactically validates bundle structure and signatures.
Syntactically validates bundle structure and signatures.
Install using npm:
npm install @iota/bundle-validator
or using yarn:
yarn add @iota/bundle-validator
Summary: Validates the signatures in a given bundle
Param | Type | Description |
---|---|---|
bundle | Array.<Transaction> | Transaction trytes |
This method takes an array of transaction trytes and checks if the signatures are valid.
To get a bundle's transaction trytes from the Tangle, use the getBundle()
method.
Returns: boolean
- Whether the signatures are valid
Example
let valid = Validator.validateBundleSignatures(bundle);
Summary: Validates the structure and contents of a given bundle.
Param | Type | Description |
---|---|---|
bundle | Array.<Transaction> | Transaction trytes |
This method takes an array of transaction trytes and validates whether they form a valid bundle by checking the following:
currentIndex
fieldTo get a bundle's transaction trytes from the Tangle, use the getBundle()
method.
Returns: boolean
- bundle - Whether the bundle is valid
Example
let bundle = Validator.isBundle(bundle);
FAQs
Syntactically validates bundle structure and signatures.
We found that @iota/bundle-validator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.