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 1.0.0-alpha.4 to 1.0.0-alpha.5

1

dist/types.d.ts

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

export declare type Awaitable<T> = T | PromiseLike<T>;
export declare type BindingTarget = Map<any, any> | Record<string, any>;

@@ -2,0 +3,0 @@ export declare type PropertyName<TTarget> = keyof TTarget & string;

4

package.json

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

},
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "Frui.ts helper functions",

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

},
"gitHead": "39d0e47a6f42463627e0d720c4f39967d33dd741"
"gitHead": "4e60be221dc7b05da7f1d0b08b14da6647e8a760"
}

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