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

webdetta

Package Overview
Dependencies
Maintainers
0
Versions
481
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdetta - npm Package Compare versions

Comparing version 0.1.89 to 0.1.90

2

package.json
{
"name": "webdetta",
"version": "0.1.89",
"version": "0.1.90",
"author": "Fedot Kriutchenko <fodyadev@gmail.com>",

@@ -5,0 +5,0 @@ "description": "",

@@ -43,3 +43,2 @@ import { toFn } from './utils.js';

});
export const measureText = (text, style={}) => {

@@ -58,5 +57,5 @@ document.documentElement.append(dummyDiv);

const dummyAnchor = document.createElement("a");
document.head.append(dummyAnchor);
dummyAnchor.style = "display: none";
export const saveBlob = (filename, blob) => {
document.documentElement.append(dummyAnchor);
const url = window.URL.createObjectURL(blob);

@@ -63,0 +62,0 @@ dummyAnchor.href = url;

@@ -105,2 +105,3 @@ import { Context } from '../common/context.js';

let aborted;
effectsAbortSignal()?.addEventListener('abort', () => aborted = true);
const handler = throttle.sync(() => {

@@ -115,3 +116,2 @@ if (aborted) return;

const wrappedFunc = withHandler(func, handler);
effectsAbortSignal()?.addEventListener('abort', () => aborted = true);
return handler();

@@ -118,0 +118,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