Comparing version 1.14.8 to 1.14.9
require("./polyfill"); | ||
var sourceMapSupport = require("source-map-support"); | ||
var roadrunner = require('roadrunner'); | ||
var util = require("./util"); | ||
@@ -132,3 +131,3 @@ var to5 = require("./index"); | ||
if (opts.cache) cache = roadrunner.get('6to5'); | ||
if (opts.cache) cache = opts.cache; | ||
if (opts.cache === false) cache = null; | ||
@@ -135,0 +134,0 @@ |
{ | ||
"name": "6to5", | ||
"description": "Turn ES6 code into readable vanilla ES5 with source maps", | ||
"version": "1.14.8", | ||
"version": "1.14.9", | ||
"author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
@@ -51,3 +51,2 @@ "homepage": "https://github.com/6to5/6to5", | ||
"regexpu": "0.3.0", | ||
"roadrunner": "^1.0.4", | ||
"source-map": "0.1.40", | ||
@@ -54,0 +53,0 @@ "source-map-support": "0.2.8" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15
3259379
9300
- Removedroadrunner@^1.0.4
- Removedroadrunner@1.1.0(transitive)