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

6to5

Package Overview
Dependencies
Maintainers
1
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

6to5 - npm Package Compare versions

Comparing version 1.14.8 to 1.14.9

3

lib/6to5/register.js
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"

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