Socket
Socket
Sign inDemoInstall

babel-plugin-feature-flags

Package Overview
Dependencies
0
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

CHANGELOG.md

2

index.js

@@ -64,1 +64,3 @@ module.exports = function(babel) {

}
module.exports.baseDir = function() { return __dirname; };

7

package.json
{
"name": "babel-plugin-feature-flags",
"version": "0.3.0",
"version": "0.3.1",
"description": "A babel transform for managing feature flags",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {

@@ -25,4 +28,4 @@ "test": "mocha"

"babel-core": "^6.9.1",
"mocha": "^2.2.5"
"mocha": "^3.0.0"
}
}
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