Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

babel-plugin-debug-macros

Package Overview
Dependencies
53
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.3.0

CHANGELOG.md

64

package.json
{
"devDependencies": {
"@babel/core": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"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",
"prettier": "^1.12.1"
},
"name": "babel-plugin-debug-macros",
"version": "0.2.0",
"version": "0.3.0",
"description": "Debug macros and feature flag stripping",
"main": "src/index.js",
"files": [
"src/",
"!src/tests"
"keywords": [
"babel",
"plugin"
],

@@ -26,9 +13,3 @@ "repository": {

},
"scripts": {
"test": "jest"
},
"keywords": [
"babel",
"plugin"
],
"license": "MIT",
"contributors": [

@@ -39,9 +20,11 @@ "Chad Hietala <chadhietala@gmail.com>",

],
"license": "MIT",
"dependencies": {
"semver": "^5.3.0"
"files": [
"src/",
"!src/tests"
],
"main": "src/index.js",
"scripts": {
"changelog": "lerna-changelog",
"test": "jest"
},
"peerDependencies": {
"@babel/core": "^7.0.0-beta.42"
},
"jest": {

@@ -52,5 +35,24 @@ "testMatch": [

},
"dependencies": {
"semver": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"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",
"prettier": "^1.12.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"engines": {
"node": ">=4"
"node": ">=6"
}
}

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

## Simple environment and fetaure flags
## Simple environment and feature flags

@@ -59,0 +59,0 @@ ```javascript

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc