New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@goldfishjs/composition-api

Package Overview
Dependencies
Maintainers
2
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldfishjs/composition-api - npm Package Compare versions

Comparing version 1.5.0-alpha.0 to 1.5.0-alpha.1

LICENSE

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [1.5.0-alpha.1](https://github.com/alipay/goldfish/compare/v1.5.0-alpha.0...v1.5.0-alpha.1) (2021-08-22)
**Note:** Version bump only for package @goldfishjs/composition-api
# [1.4.0](https://github.com/alipay/goldfish/compare/v1.3.3...v1.4.0) (2021-07-14)

@@ -8,0 +16,0 @@

2

lib/useInitDataReady.d.ts

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

export default function useInitDataReady(): () => Promise<void>;
export default function useInitDataReady(): () => Promise<unknown>;

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

export default function usePluginsReady(): () => Promise<void>;
export default function usePluginsReady(): () => Promise<unknown>;

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

export default function useReady(): () => Promise<[void, void]>;
export default function useReady(): () => Promise<[unknown, unknown]>;
{
"name": "@goldfishjs/composition-api",
"version": "1.5.0-alpha.0",
"version": "1.5.0-alpha.1",
"description": "goldfish-composition-api",

@@ -26,3 +26,4 @@ "main": "lib/index.js",

"sideEffects": false,
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"gitHead": "c90fc340e7a0c10afd5ccb7520d120620f2ae9fc"
}
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