Benign javascript Download

@babel/plugin-transform-optional-catch-binding 7.24.6

“Compile optional catch bindings”

Babel monorepo GitHub URLBabel scoped npm package name

Evidence

Official Babel monorepo repository metadata package.json · lines 1–35
1{
2 "name": "@babel/plugin-transform-optional-catch-binding",
3 "version": "7.24.6",
4 "description": "Compile optional catch bindings",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-plugin-transform-optional-catch-binding"
9 },
10 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-optional-catch-binding",
11 "license": "MIT",
12 "publishConfig": {
13 "access": "public"
14 },
15 "main": "./lib/index.js",
⋯20 lines
README recommends scoped package installation README.md · lines 12–19
⋯4 lines
16
17```sh
18yarn add @babel/plugin-transform-optional-catch-binding --dev
19```
Sebastian McKenzie Babel copyright line LICENSE · lines 1–8
1MIT License
2
3Copyright (c) 2014-present Sebastian McKenzie and other contributors
4
5Permission is hereby granted, free of charge, to any person obtaining
6a copy of this software and associated documentation files (the
7"Software"), to deal in the Software without restriction, including
8without limitation the righ …

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.