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

@aesthetic/utils

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

@aesthetic/utils - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

lib/arrayLoop.d.ts

@@ -1,2 +0,2 @@

export default function arrayLoop<T extends unknown>(array: ArrayLike<T>, callback: (item: T, index: number) => void, reverse?: boolean): void;
export default function arrayLoop<T>(array: ArrayLike<T>, callback: (item: T, index: number) => void, reverse?: boolean): void;
//# sourceMappingURL=arrayLoop.d.ts.map

@@ -1,2 +0,2 @@

export default function arrayReduce<T extends unknown>(array: ArrayLike<T>, callback: (item: T, index: number) => string, initialValue?: string): string;
export default function arrayReduce<T>(array: ArrayLike<T>, callback: (item: T, index: number) => string, initialValue?: string): string;
//# sourceMappingURL=arrayReduce.d.ts.map
{
"name": "@aesthetic/utils",
"version": "0.5.0",
"version": "0.5.1",
"description": "Utility functions for Aesthetic.",

@@ -26,3 +26,3 @@ "keywords": [

},
"gitHead": "c22a30d836aca002a071cd61e8d4f7d66fb3cd4b"
"gitHead": "72edb2d4813718308179a03f66794c59baace701"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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