Socket
Socket
Sign inDemoInstall

babel-preset-blueflag

Package Overview
Dependencies
94
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.2.0

2

index.js

@@ -7,2 +7,3 @@ var es2015 = require('babel-preset-es2015');

var transformRuntime = require('babel-plugin-transform-runtime');
var transfromClassProperties = require('babel-plugin-transform-class-properties');

@@ -17,2 +18,3 @@ module.exports = {

.concat(transformRuntime)
.concat(transfromClassProperties)
}

3

package.json
{
"name": "babel-preset-blueflag",
"version": "0.1.0",
"version": "0.2.0",
"description": "",

@@ -13,2 +13,3 @@ "main": "index.js",

"dependencies": {
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-runtime": "^6.15.0",

@@ -15,0 +16,0 @@ "babel-preset-es2015": "^6.9.0",

Sorry, the diff of this file is not supported yet

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