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.4.5 to 0.5.0

1

lib/types.d.ts
export declare type StringKey<T> = T extends string ? T : string;
export declare type StringOnly<T> = T extends string ? string : never;
export declare type LiteralUnion<T extends string> = T | (string & {});
//# sourceMappingURL=types.d.ts.map

4

package.json
{
"name": "@aesthetic/utils",
"version": "0.4.5",
"version": "0.5.0",
"description": "Utility functions for Aesthetic.",

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

},
"gitHead": "ae0de0b1a4e87ec62e8c519ac5aea0261317994e"
"gitHead": "c22a30d836aca002a071cd61e8d4f7d66fb3cd4b"
}

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