
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@frequency-chain/schemas
Advanced tools
A convenient way to get schema details locally with TypeScript.
npm install @frequency-chain/schemas (static schemas library)After importing, any of the following Maps can be used to fetch desired schema information.
ID_TO_SCHEMA_FULL_NAME is a Map that returns full names from schema ids (example dsnp.tombstone@v1)FULL_NAME_TO_ID is a Map that returns schema id from full nameID_TO_SCHEMA_INFO is a Map that return SchemaInfo from schema idHere is an example of a schema info object
{
id: 7,
namespace: 'dsnp',
name: 'public-key-key-agreement',
version: 1,
deprecated: false,
modelType: 'AvroBinary',
payloadLocation: 'Itemized',
appendOnly: true,
signatureRequired: true,
},
Assuming you are using no deprecated methods, any release version of @frequency-chain/schemas should work against a release version of a Frequency node.
If you are working against a development node it is suggested that you match the package version against the commit hash using v0.0.0-[First 6 of the commit hash].
Changelog is maintained in the releases for Frequency.
See CONTRIBUTING.md for more information.
Distributed under the Apache 2.0 License. See LICENSE for more information.
FAQs
A static package which allows getting schemas locally
The npm package @frequency-chain/schemas receives a total of 300 weekly downloads. As such, @frequency-chain/schemas popularity was classified as not popular.
We found that @frequency-chain/schemas demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.