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

@autoplay/utils

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autoplay/utils - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

2

dist/internal/devStringify.js

@@ -24,3 +24,3 @@ import { DevString } from "./DevString";

}
else if (typeof input === "function" || input instanceof Error) {
else if (typeof input === "function") {
return input.toString();

@@ -27,0 +27,0 @@ }

{
"name": "@autoplay/utils",
"version": "0.0.15",
"version": "0.0.16",
"description": "Utilities designed for error management, parsing, and TypeScript domain modeling.",

@@ -5,0 +5,0 @@ "keywords": [],

@@ -22,3 +22,3 @@ import { DevString } from "./DevString";

return input.toDisplay();
} else if (typeof input === "function" || input instanceof Error) {
} else if (typeof input === "function") {
return input.toString();

@@ -25,0 +25,0 @@ } else {

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