
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@babel/helper-call-delegate
Advanced tools
Helper function to call delegate
See our website @babel/helper-call-delegate for more information.
Using npm:
npm install --save-dev @babel/helper-call-delegate
or using yarn:
yarn add @babel/helper-call-delegate --dev
@babel/plugin-transform-classes is a Babel plugin that transforms ES6 class syntax into a backwards-compatible ES5 syntax. It includes functionality for handling super calls and method inheritance, similar to @babel/helper-call-delegate, but as part of a broader transformation of class syntax.
core-js is a modular standard library for JavaScript that includes polyfills for various ECMAScript features, including class inheritance and super calls. While it provides a broader range of polyfills and utilities, it can be used in conjunction with Babel to ensure compatibility with older environments.
babel-plugin-transform-es2015-classes is an older Babel plugin that transforms ES2015 class syntax to ES5. It handles super calls and method inheritance, similar to @babel/helper-call-delegate, but is specific to the ES2015 version of JavaScript.
FAQs
Helper function to call delegate
The npm package @babel/helper-call-delegate receives a total of 659,216 weekly downloads. As such, @babel/helper-call-delegate popularity was classified as popular.
We found that @babel/helper-call-delegate 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.