
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@adorsys-gis/cloning-decorator
Advanced tools
A TypeScript decorator library for deep cloning method arguments to prevent side effects, enhancing immutability in class methods.
This library was generated with Nx.
npm i
To build the library and ensure everything is set up correctly without code errors, you can follow these steps:
This will compile your TypeScript code based on the tsconfig.lib.json
file.
npm run build
"scripts": {
"build": "tsc -p packages/cloning-decorator/tsconfig.lib.json"
}
Linting will check for any stylistic or programming errors based on your ESLint configuration.
npm run lint
"scripts": {
"lint": "eslint packages/cloning-decorator/src --ext .ts"
}
This will run the tests for the library project using Jest.
npm run test
"scripts": {
"test": "jest"
}
Jest will execute tests found in files matching the pattern */.spec.ts.
FAQs
A TypeScript decorator library for deep cloning method arguments to prevent side effects, enhancing immutability in class methods.
The npm package @adorsys-gis/cloning-decorator receives a total of 0 weekly downloads. As such, @adorsys-gis/cloning-decorator popularity was classified as not popular.
We found that @adorsys-gis/cloning-decorator demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.