New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

6to5-runtime

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

6to5-runtime - npm Package Compare versions

Comparing version 3.6.1 to 3.6.2

8

helpers.js

@@ -80,7 +80,5 @@ "use strict";

exports.slicedToArray = function (arr, i) {
if (!arr || !arr[_core.Symbol.iterator]) {
throw new TypeError("Invalid attempt to destructure non-iterable instance");
} else if (Array.isArray(arr)) {
if (Array.isArray(arr)) {
return arr;
} else {
} else if (_core.$for.isIterable(Object(arr))) {
var _arr = [];

@@ -95,2 +93,4 @@

return _arr;
} else {
throw new TypeError("Invalid attempt to destructure non-iterable instance");
}

@@ -97,0 +97,0 @@ };

{
"name": "6to5-runtime",
"description": "6to5 selfContained runtime",
"version": "3.6.1",
"version": "3.6.2",
"repository": "6to5/6to5",
"author": "Sebastian McKenzie <sebmck@gmail.com>"
}
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