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
34
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 2.0.0 to 2.0.1

4

esm/toArray.js
export default function toArray(value) {
if (!value) {
return [];
}
return Array.isArray(value) ? value : [value];
}

@@ -7,3 +7,7 @@ "use strict";

function toArray(value) {
if (!value) {
return [];
}
return Array.isArray(value) ? value : [value];
}

2

lib/toObjectRecursive.d.ts
export interface ToObjectable {
toObject(): any;
toObject(): object;
}

@@ -4,0 +4,0 @@ export default function toObjectRecursive<T extends object>(map: {

{
"name": "aesthetic-utils",
"version": "2.0.0",
"version": "2.0.1",
"description": "Utility functions for Aesthetic.",

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

},
"gitHead": "c38c6702c4479d6c7bbda13fd44d0e1e0bc09a4f"
"gitHead": "9e25a97050daf05f81b04815c301f93cdc1d3b56"
}

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