Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
babel-parser-minimal
Advanced tools
This is a minimal build of [`@babel/parser`](https://babeljs.io/docs/en/babel-parser), with most of the non-standard/proposal features stripped out. It is heavily minified and any unused code is attempted to be removed. It should work exactly the same as
This is a minimal build of @babel/parser
, with most of the non-standard/proposal features stripped out. It is heavily minified and any unused code is attempted to be removed. It should work exactly the same as @babel/parser
(except for unsupported plugins), and any case where it emits different output is a bug.
It includes support for TypeScript and JSX, as well as standardized modern features. It does not support most proposals.
Supported plugins:
functionSent
estree
classProperties
classPrivateProperties
classPrivateMethods
moduleStringNames
topLevelAwait
jsx
typescript
Unsupported plugins:
placeholders
flow
decorators
v8intrinsic
importAssertions
moduleAttributes
flowComments
privateIn
recordAndTuple
functionBind
pipelineOperator
throwExpressions
doExpressions
partialApplication
decimal
classStaticBlock
decorators-legacy
exportDefaultFrom
npm i -D babel-parser-minimal
The API is exactly the same as https://babeljs.io/docs/en/babel-parser#api, but if you attempt to use any unsupported plugin, it will throw an error.
import { parse } from 'babel-parser-minimal'
// TS source code
const input = 'const foo: string = "bar"'
const ast = parse(input, { plugins: ['typescript'] })
FAQs
This is a minimal build of [`@babel/parser`](https://babeljs.io/docs/en/babel-parser), with most of the non-standard/proposal features stripped out. It is heavily minified and any unused code is attempted to be removed. It should work exactly the same as
The npm package babel-parser-minimal receives a total of 2 weekly downloads. As such, babel-parser-minimal popularity was classified as not popular.
We found that babel-parser-minimal 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.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.