
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.
ember-cli-typescript-blueprint-polyfill
Advanced tools
A polyfill for Ember CLI's TypeScript blueprint capabilities.
ember-cli-typescript-blueprint-polyfillThis library exports a function that will polyfill the Ember CLI implementation of TypeScript blueprint functionality in Ember apps and addons that are on a version of Ember CLI that does not include support for TypeScript blueprints.
For any blueprint that is authored in TypeScript (e.g. whose files directory contains .ts files), in the blueprint's index.js:
shouldTransformTypeScript: true,typescriptBlueprintPolyfill and call it in the blueprint's init method, passing in this as the only argument// my-app/blueprints/foo/index.js
const typescriptBlueprintPolyfill = require('ember-cli-typescript-blueprint-polyfill');
module.exports = {
shouldTransformTypeScript: true,
init() {
this._super && this._super.init.apply(this, arguments);
typescriptBlueprintPolyfill(this);
},
};
FAQs
A polyfill for Ember CLI's TypeScript blueprint capabilities.
The npm package ember-cli-typescript-blueprint-polyfill receives a total of 55,123 weekly downloads. As such, ember-cli-typescript-blueprint-polyfill popularity was classified as popular.
We found that ember-cli-typescript-blueprint-polyfill demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.