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

8

CHANGELOG.md

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

# [2.23.0-alpha.0](https://github.com/alipay/goldfish/compare/v2.22.0...v2.23.0-alpha.0) (2022-12-28)
**Note:** Version bump only for package @goldfishjs/composition-api
# [2.22.0](https://github.com/alipay/goldfish/compare/v2.22.0-alpha.1...v2.22.0) (2022-11-16)

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

4

lib/reactive.js

@@ -6,3 +6,3 @@ import _computed from "@goldfishjs/reactive/lib/computed";

var derive = {};
var _loop = function _loop(k) {
var _loop = function _loop() {
var descriptor = Object.getOwnPropertyDescriptor(obj, k);

@@ -32,3 +32,3 @@ if (descriptor && !descriptor.get && !descriptor.set && typeof obj[k] === 'function') {

for (var k in obj) {
var _ret = _loop(k);
var _ret = _loop();
if (_ret === "continue") continue;

@@ -35,0 +35,0 @@ }

@@ -86,11 +86,9 @@ import _getMiniDataSetter from "@goldfishjs/reactive-connect/lib/getMiniDataSetter";

return _regeneratorRuntime.wrap(function _callee$(_context) {
while (1) {
switch (_context.prev = _context.next) {
case 0:
_context.next = 2;
return Promise.all([fetchInitDataMethod.call(this), fn.call(this)]);
case 2:
case "end":
return _context.stop();
}
while (1) switch (_context.prev = _context.next) {
case 0:
_context.next = 2;
return Promise.all([fetchInitDataMethod.call(this), fn.call(this)]);
case 2:
case "end":
return _context.stop();
}

@@ -100,14 +98,12 @@ }, _callee, this);

return _regeneratorRuntime.wrap(function _callee2$(_context2) {
while (1) {
switch (_context2.prev = _context2.next) {
case 0:
_context2.next = 2;
return fetchInitDataMethod.call(this);
case 2:
_context2.next = 4;
return fn.call(this);
case 4:
case "end":
return _context2.stop();
}
while (1) switch (_context2.prev = _context2.next) {
case 0:
_context2.next = 2;
return fetchInitDataMethod.call(this);
case 2:
_context2.next = 4;
return fn.call(this);
case 4:
case "end":
return _context2.stop();
}

@@ -114,0 +110,0 @@ }, _callee2, this);

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

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

"dependencies": {
"@goldfishjs/module-usage": "^2.22.0",
"@goldfishjs/reactive": "^2.22.0",
"@goldfishjs/reactive-connect": "^2.22.0",
"@goldfishjs/utils": "^2.22.0",
"@goldfishjs/module-usage": "^2.23.0-alpha.0",
"@goldfishjs/reactive": "^2.23.0-alpha.0",
"@goldfishjs/reactive-connect": "^2.23.0-alpha.0",
"@goldfishjs/utils": "^2.23.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