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
4
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 0.3.4 to 1.0.0-alpha.0

dist/src/index.d.ts

55

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

@@ -19,6 +19,5 @@ "keywords": [

],
"main": "src/index.js",
"main": "dist/src/index.js",
"files": [
"src/",
"!src/tests"
"dist/src/"
],

@@ -28,29 +27,35 @@ "scripts": {

"lint": "eslint .",
"test": "npm-run-all lint test:jest",
"test:jest": "jest"
"test": "jest"
},
"jest": {
"testMatch": [
"<rootDir>/tests/**/*-test.js"
"<rootDir>/dist/tests/**/*-test.js"
]
},
"dependencies": {
"semver": "^5.3.0"
"semver": "^7.6.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.2.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"jest": "^21.0.0",
"lerna-changelog": "^0.8.2",
"npm-run-all": "^4.1.5",
"prettier": "^1.12.1",
"release-it": "^14.2.1",
"release-it-lerna-changelog": "^3.1.0"
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@eslint/js": "^9.0.0",
"@release-it-plugins/lerna-changelog": "^6.1.0",
"@types/babel__core": "^7.20.5",
"@types/chai": "^4.3.14",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/semver": "^7.5.8",
"@typescript-eslint/parser": "^7.6.0",
"chai": "^4.0.0",
"code-equality-assertions": "^0.9.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^15.0.0",
"jest": "^29.7.0",
"lerna-changelog": "^2.2.0",
"prettier": "^3.2.5",
"release-it": "^17.1.1",
"typescript": "^5.4.5"
},

@@ -61,3 +66,3 @@ "peerDependencies": {

"engines": {
"node": ">=6"
"node": ">=16"
},

@@ -69,3 +74,3 @@ "publishConfig": {

"plugins": {
"release-it-lerna-changelog": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",

@@ -72,0 +77,0 @@ "launchEditor": true

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