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 2.23.0 to 2.25.0-alpha.0

8

CHANGELOG.md

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

# [2.25.0-alpha.0](https://github.com/alipay/goldfish/compare/v2.24.0...v2.25.0-alpha.0) (2023-05-08)
**Note:** Version bump only for package @goldfishjs/composition-api
# [2.23.0](https://github.com/alipay/goldfish/compare/v2.23.0-alpha.1...v2.23.0) (2023-01-30)

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

3

lib/setup/CommonSetup.js

@@ -32,3 +32,5 @@ import _getMiniDataSetter from "@goldfishjs/reactive-connect/lib/getMiniDataSetter";

_defineProperty(_assertThisInitialized(_this), "viewInstance", void 0);
// The lifecycle methods.
_defineProperty(_assertThisInitialized(_this), "methods", {});
// The custom instance methods.
_defineProperty(_assertThisInitialized(_this), "instanceMethods", {});

@@ -38,2 +40,3 @@ _defineProperty(_assertThisInitialized(_this), "_status", 'initializing');

_defineProperty(_assertThisInitialized(_this), "stopWatchDeepList", []);
// The reactive data.
_defineProperty(_assertThisInitialized(_this), "compositionState", {});

@@ -40,0 +43,0 @@ _defineProperty(_assertThisInitialized(_this), "stopWatchList", []);

@@ -18,2 +18,12 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

_classCallCheck(this, Setup);
/**
* The state of current setup flow.
*
* When entering the setup flow, the state is set to `START`, and the recording is executing.
* When leave the setup flow, the state is set to `READY`, and the recording is stopped.
*
* @private
* @type {('START' | 'READY')}
* @memberof Setup
*/
_defineProperty(this, "state", 'READY');

@@ -20,0 +30,0 @@ }

10

package.json
{
"name": "@goldfishjs/composition-api",
"version": "2.23.0",
"version": "2.25.0-alpha.0",
"description": "goldfish-composition-api",

@@ -17,6 +17,6 @@ "main": "lib/index.js",

"dependencies": {
"@goldfishjs/module-usage": "^2.23.0",
"@goldfishjs/reactive": "^2.23.0",
"@goldfishjs/reactive-connect": "^2.23.0",
"@goldfishjs/utils": "^2.23.0",
"@goldfishjs/module-usage": "^2.25.0-alpha.0",
"@goldfishjs/reactive": "^2.25.0-alpha.0",
"@goldfishjs/reactive-connect": "^2.25.0-alpha.0",
"@goldfishjs/utils": "^2.25.0-alpha.0",
"mini-types": "^0.1.7"

@@ -23,0 +23,0 @@ },

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