Socket
Socket
Sign inDemoInstall

tinyspy

Package Overview
Dependencies
0
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.3.3

4

dist/index.js

@@ -59,3 +59,3 @@ var __getOwnPropSymbols = Object.getOwnPropertySymbols;

if (result && isType("object", result) && isType("function", result.then)) {
result = result.then((r) => resultTuple[1] = r).catch((e) => {
const newPromise = result.then((r) => resultTuple[1] = r).catch((e) => {
resultTuple[0] = "error";

@@ -65,2 +65,4 @@ resultTuple[1] = e;

});
Object.assign(newPromise, result);
result = newPromise;
}

@@ -67,0 +69,0 @@ fn.results.push(resultTuple);

{
"name": "tinyspy",
"version": "0.3.2",
"version": "0.3.3",
"type": "module",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc