Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-debug-macros

Package Overview
Dependencies
Maintainers
5
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-debug-macros - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

31

package.json
{
"name": "babel-plugin-debug-macros",
"version": "1.0.0",
"version": "1.0.1",
"description": "Debug macros and feature flag stripping",

@@ -24,8 +24,2 @@ "keywords": [

],
"scripts": {
"changelog": "lerna-changelog",
"lint": "eslint .",
"test": "jest",
"prepare": "tsc"
},
"jest": {

@@ -44,3 +38,2 @@ "testMatch": [

"@eslint/js": "^9.0.0",
"@release-it-plugins/lerna-changelog": "^6.1.0",
"@types/babel__core": "^7.20.5",

@@ -62,3 +55,3 @@ "@types/chai": "^4.3.14",

"prettier": "^3.2.5",
"release-it": "^17.1.1",
"release-plan": "^0.9.0",
"typescript": "^5.4.5"

@@ -75,17 +68,7 @@ },

},
"release-it": {
"plugins": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
"scripts": {
"changelog": "lerna-changelog",
"lint": "eslint .",
"test": "jest"
}
}
}

@@ -17,3 +17,3 @@ # Babel Debug Macros And Feature Flags

plugins: [
['babel-debug-macros', {
['babel-plugin-debug-macros', {
// @optional

@@ -20,0 +20,0 @@ debugTools: {

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