Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

@babel/plugin-transform-regenerator

Package Overview
Dependencies
Maintainers
4
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-regenerator - npm Package Compare versions

Comparing version
8.0.0-beta.4
to
8.0.0-rc.1
+1
-1
lib/index.js

@@ -1111,3 +1111,3 @@ import { declare } from '@babel/helper-plugin-utils';

}) => {
assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-beta.4");
assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.1");
return {

@@ -1114,0 +1114,0 @@ name: "transform-regenerator",

@@ -5,3 +5,3 @@ {

"description": "Explode async and generator functions into a state machine.",
"version": "8.0.0-beta.4",
"version": "8.0.0-rc.1",
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regenerator",

@@ -15,3 +15,3 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^8.0.0-beta.4"
"@babel/helper-plugin-utils": "^8.0.0-rc.1"
},

@@ -26,14 +26,14 @@ "license": "MIT",

"devDependencies": {
"@babel/core": "^8.0.0-beta.4",
"@babel/helper-check-duplicate-nodes": "^8.0.0-beta.4",
"@babel/helper-plugin-test-runner": "^8.0.0-beta.4",
"@babel/plugin-proposal-function-sent": "^8.0.0-beta.4",
"@babel/plugin-transform-arrow-functions": "^8.0.0-beta.4",
"@babel/plugin-transform-block-scoping": "^8.0.0-beta.4",
"@babel/plugin-transform-classes": "^8.0.0-beta.4",
"@babel/plugin-transform-for-of": "^8.0.0-beta.4",
"@babel/plugin-transform-modules-commonjs": "^8.0.0-beta.4",
"@babel/plugin-transform-parameters": "^8.0.0-beta.4",
"@babel/plugin-transform-runtime": "^8.0.0-beta.4",
"babel-plugin-polyfill-regenerator": "^0.6.5",
"@babel/core": "^8.0.0-rc.1",
"@babel/helper-check-duplicate-nodes": "^8.0.0-rc.1",
"@babel/helper-plugin-test-runner": "^8.0.0-rc.1",
"@babel/plugin-proposal-function-sent": "^8.0.0-rc.1",
"@babel/plugin-transform-arrow-functions": "^8.0.0-rc.1",
"@babel/plugin-transform-block-scoping": "^8.0.0-rc.1",
"@babel/plugin-transform-classes": "^8.0.0-rc.1",
"@babel/plugin-transform-for-of": "^8.0.0-rc.1",
"@babel/plugin-transform-modules-commonjs": "^8.0.0-rc.1",
"@babel/plugin-transform-parameters": "^8.0.0-rc.1",
"@babel/plugin-transform-runtime": "^8.0.0-rc.1",
"babel-plugin-polyfill-regenerator": "^0.6.6",
"mocha": "^10.0.0",

@@ -40,0 +40,0 @@ "recast": "^0.23.3",

Sorry, the diff of this file is too big to display