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

subtender

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subtender - npm Package Compare versions

Comparing version 0.14.2 to 0.14.3

2

package.json
{
"name": "subtender",
"version": "0.14.2",
"version": "0.14.3",
"description": "Javran's utility functions",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -32,4 +32,2 @@ "use strict";

function _readOnlyError(name) { throw new Error("\"" + name + "\" is read-only"); }
/*

@@ -139,5 +137,5 @@ returns a function:

afterMstIdSet = (_readOnlyError("afterMstIdSet"), new Set(_toConsumableArray(afterMstIdSet).sort(function (a, b) {
afterMstIdSet = new Set(_toConsumableArray(afterMstIdSet).sort(function (a, b) {
return a - b;
})));
}));

@@ -144,0 +142,0 @@ while (afterMstIdSet.size > 0) {

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