Socket
Socket
Sign inDemoInstall

babel-plugin-debug-macros

Package Overview
Dependencies
Maintainers
2
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.1.11 to 0.2.0-beta.1

src/index.js

35

package.json
{
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-preset-env": "^1.2.2",
"babel-preset-latest": "^6.24.0",
"babel-register": "^6.22.0",
"chai": "^3.5.0",
"chai-files": "^1.4.0",
"mocha": "^3.2.0"
"@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",
"jest": "^21.0.0"
},
"name": "babel-plugin-debug-macros",
"version": "0.1.11",
"version": "0.2.0-beta.1",
"description": "Debug macros and feature flag stripping",
"main": "dist/index.js",
"main": "src/index.js",
"files": [
"dist/",
"!dist/tests"
"src/",
"!src/tests"
],

@@ -25,5 +22,3 @@ "repository": {

"scripts": {
"build": "babel src --out-dir dist",
"prepublish": "babel src --out-dir dist",
"test": "babel src --out-dir dist && mocha dist/tests/**-test.js"
"test": "jest"
},

@@ -37,3 +32,3 @@ "keywords": [

"Kris Selden <kris.selden@gmail.com>",
"Robert Jackson <rwjblue@gmail.com>"
"Robert Jackson <me@rwjblue.com>"
],

@@ -43,3 +38,11 @@ "license": "MIT",

"semver": "^5.3.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-beta.42"
},
"jest": {
"testMatch": [
"<rootDir>/src/tests/**/*-test.js"
]
}
}

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

```
```js
{

@@ -12,0 +12,0 @@ plugins: [

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