Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-class-static-block

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-class-static-block - npm Package Compare versions

Comparing version 8.0.0-alpha.7 to 8.0.0-alpha.8

5

lib/index.js

@@ -17,5 +17,6 @@ import { declare } from '@babel/helper-plugin-utils';

template,
assertVersion
assertVersion,
version
}) => {
assertVersion("8.0.0-alpha.7");
assertVersion("8.0.0-alpha.8");
return {

@@ -22,0 +23,0 @@ name: "transform-class-static-block",

17

package.json
{
"name": "@babel/plugin-transform-class-static-block",
"version": "8.0.0-alpha.7",
"version": "8.0.0-alpha.8",
"description": "Transform class static blocks",

@@ -23,13 +23,14 @@ "repository": {

"dependencies": {
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.7",
"@babel/helper-plugin-utils": "^8.0.0-alpha.7"
"@babel/helper-create-class-features-plugin": "^8.0.0-alpha.8",
"@babel/helper-plugin-utils": "^8.0.0-alpha.8"
},
"peerDependencies": {
"@babel/core": "^8.0.0-alpha.7"
"@babel/core": "^8.0.0-alpha.8"
},
"devDependencies": {
"@babel/core": "^8.0.0-alpha.7",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.7",
"@babel/traverse": "^8.0.0-alpha.7",
"@babel/types": "^8.0.0-alpha.7"
"@babel/core": "^8.0.0-alpha.8",
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.8",
"@babel/plugin-external-helpers": "^8.0.0-alpha.8",
"@babel/traverse": "^8.0.0-alpha.8",
"@babel/types": "^8.0.0-alpha.8"
},

@@ -36,0 +37,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-class-static-block",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc