
Product
Introducing Reports: An Extensible Reporting Framework for Socket Data
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.
@a-la/fixture-babel
Advanced tools
@a-la/fixture-babel is source code transpiled with Babel.
yarn add -E @a-la/fixture-babel
The package is available by importing its default and named functions:
import erte, { c, b } from '@a-la/fixture-babel'
erte(): stringReturns erte.
/* yarn example/ */
import fixtureBabel from '@a-la/fixture-babel'
(async () => {
const res = await fixtureBabel({
text: 'example',
})
console.log(res)
})()
erte
c(): stringReturns c.
b(): stringReturns b.
This is how Babel transpiles source code:
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.b = exports.c = exports.default = void 0;
var _stream = _interopRequireWildcard(require("stream"));
var _path = require("path");
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } }
class S extends _stream.Transform {
/**
* Creates a new instance.
* @param {string} path
* @param {Stream} [parent]
*/
constructor(path, parent) {
super();
this.source = (0, _path.join)('example', path);
if (parent instanceof _stream.default) this.pipe(parent);
}
}
/**
* A function that returns `c`.
* @param {string} input
*/
exports.default = S;
const c = (input = '') => {
return 'c' + input ? `-${input}` : '';
};
/**
* A function that returns `b`.
* @param {number} times
*/
exports.c = c;
const b = (times = 0) => {
return 'b' + times ? `-${times}` : '';
};
exports.b = b;
| © Art Deco for À La Mode 2019 |
| Tech Nation Visa Sucks |
|---|
FAQs
Source code transpiled with babel.
We found that @a-la/fixture-babel 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.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.