New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@testring/plugin-babel

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testring/plugin-babel - npm Package Compare versions

Comparing version
0.8.1
to
0.8.2
+5
-2
package.json
{
"name": "@testring/plugin-babel",
"version": "0.8.1",
"version": "0.8.2",
"main": "./dist/index.js",

@@ -10,2 +10,5 @@ "types": "./src/index.ts",

},
"scripts": {
"build": "tsc -p tsconfig.build.json"
},
"author": "RingCentral",

@@ -16,5 +19,5 @@ "license": "MIT",

"@babel/plugin-transform-modules-commonjs": "7.25.9",
"@testring/plugin-api": "0.8.1",
"@testring/plugin-api": "0.8.2",
"@types/babel__core": "7.20.5"
}
}