
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.
near-sdk-as
Advanced tools
Collection of packages for developing NEAR smart contracts in AssemblyScript
Collection of packages used in developing NEAR smart contracts in AssemblyScript including:
runtime library - AssemblyScript near runtime librarybindgen - AssemblyScript transformer that adds the bindings needed to (de)serialize input and outputs.near-mock-vm - Core of the NEAR VM compiled to WebAssembly used for running unit tests.@as-pect/cli - AssemblyScript testing framework similar to jest.yarn add -D near-sdk-as
To set up a AS project to compile with the sdk add the following asconfig.json file to the root:
{
"extends": "near-sdk-as/asconfig.json"
}
Then if your main file is assembly/index.ts, then the project can be build with asbuild:
yarn asb
will create a release build and place it ./build/release/<name-in-package.json>.wasm
yarn asb --target debug
will create a debug build and place it in ./build/debug/..
See the sdk's as-pect tests for an example of creating unit tests. Must be ending in .spec.ts in a assembly/__tests__.
near-sdk-as is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-MIT and LICENSE-APACHE for details.
FAQs
Collection of packages for developing NEAR smart contracts in AssemblyScript
The npm package near-sdk-as receives a total of 94 weekly downloads. As such, near-sdk-as popularity was classified as not popular.
We found that near-sdk-as demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.