Huge News!Announcing our $40M Series B led by Abstract Ventures.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.8.1 to 0.8.2

8

esm/index.js

@@ -11,3 +11,5 @@ // Bundled with Packemon: https://packemon.dev

const length = array.length;
const {
length
} = array;
let i = 0;

@@ -23,3 +25,5 @@

function arrayReduce(array, callback, initialValue = '') {
const length = array.length;
const {
length
} = array;
let value = initialValue;

@@ -26,0 +30,0 @@ let i = 0;

@@ -26,3 +26,5 @@ // Bundled with Packemon: https://packemon.dev

const length = array.length;
const {
length
} = array;
let i = 0;

@@ -38,3 +40,5 @@

function arrayReduce(array, callback, initialValue = '') {
const length = array.length;
const {
length
} = array;
let value = initialValue;

@@ -41,0 +45,0 @@ let i = 0;

{
"name": "@aesthetic/utils",
"version": "0.8.1",
"version": "0.8.2",
"description": "Utility functions for Aesthetic.",

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

},
"gitHead": "864068a1c3e4f6562bc2f920bca3de52d47bc19b"
"gitHead": "171d7f79a70658036a8b945c2a004d6fa802f5c2"
}
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