Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
jest-editor-support
Advanced tools
[![Build Status](https://travis-ci.com/jest-community/jest-editor-support.svg?branch=master)](https://travis-ci.com/jest-community/jest-editor-support) [![Coverage Status](https://coveralls.io/repos/github/jest-community/jest-editor-support/badge.svg?bran
The engine that allows editors to build on top of Jest.
This is only useful if you are interested in building an editor integration for Jest.
parse(
filePath: string,
serializedData?: string,
options?: JESParserOptions
);
JESParserOptions =
{
plugins?: JESParserPluginOptions;
strictMode?: boolean;
};
JESParserPluginOptions =
{
decorators?: 'legacy' | {
decoratorsBeforeExport?: boolean;
allowCallParenthesized?: boolean;
}
}
Parse is a static Jest parser which uses Babel 7 and supports js,jsx,mjs,ts,tsx files.
Supported ECMAScript proposals
decorators
.examples:
parse('test.spec.ts');
parse('parameterDecorators.spec.ts', undefined, {plugins: {decorators: 'legacy'}})
parse('parameterDecorators.spec.ts', undefined,
{plugins:
{decorators:
{decoratorsBeforeExport: false}
}
})
Since version 18.2.0
TypeScript is now a peer dependency. If you don't need to handle .tsx
files then you can safely ignore the warning during installation.
FAQs
[![Build Status](https://github.com/jest-community/jest-editor-support/actions/workflows/node-ci.yml/badge.svg)](https://github.com/jest-community/jest-editor-support/actions) [![Coverage Status](https://coveralls.io/repos/github/jest-community/jest-edito
The npm package jest-editor-support receives a total of 20,303 weekly downloads. As such, jest-editor-support popularity was classified as popular.
We found that jest-editor-support demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.