Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@frui.ts/helpers

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frui.ts/helpers - npm Package Compare versions

Comparing version 0.15.0-beta.5 to 0.15.0-beta.6

3

dist/types.d.ts

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

export declare type PropertyName<TTarget> = TTarget extends Map<string, any> ? string : keyof TTarget & string;
export declare type PropertyName<TTarget> = keyof TTarget & string;
export declare type BindingProperty<TTarget> = TTarget extends Map<infer K, any> ? K : PropertyName<TTarget>;

@@ -6,3 +6,3 @@ {

},
"version": "0.15.0-beta.5",
"version": "0.15.0-beta.6",
"description": "Frui.ts helper functions",

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

},
"gitHead": "e9e49d06ec4ffabd162f27edadce019b4031d2c9"
"gitHead": "80cf5a737f5eb5403a155fd4a2e2f36d81c50264"
}

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