Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-deps

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-deps - npm Package Compare versions

Comparing version 0.2.1 to 1.0.0

4

index.js

@@ -23,4 +23,4 @@ 'use strict';

filesToCompile = files.concat();
for (var i = 0; i < filesToCompile.length; i++) {
var file = filesToCompile[i];
for (var j = 0; j < filesToCompile.length; j++) {
var file = filesToCompile[j];
var currOptions = merge({}, options);

@@ -27,0 +27,0 @@ currOptions.babel = merge({}, currOptions.babel, file.options);

{
"name": "babel-deps",
"version": "0.2.1",
"version": "1.0.0",
"description": "Compiles javascript files and all their dependencies with babel.",

@@ -20,2 +20,3 @@ "license": "MIT",

"coverage": "istanbul cover nodeunit -- test/test.js",
"lint": "jshint test/test.js index.js",
"test": "nodeunit test/test.js"

@@ -30,7 +31,8 @@ },

"dependencies": {
"babel-core": "^5.4.2",
"babel-core": "^6.1.2",
"merge": "^1.2.0"
},
"devDependencies": {
"istanbul": "^0.3.14",
"istanbul": "^0.4.0",
"jshint": "^2.7.0",
"nodeunit": "^0.9.1",

@@ -37,0 +39,0 @@ "sinon": "^1.14.1"

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