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 0.0.16 to 0.0.17

20

package.json
{
"name": "@goldfishjs/composition-api",
"version": "0.0.16",
"version": "0.0.17",
"description": "goldfish-composition-api",

@@ -11,5 +11,4 @@ "main": "lib/index.js",

"build": "rm -rf ./types && rm -rf ./lib && gulp ts",
"lint": "tslint ./src/**",
"ci": "npm run test",
"release": "npm run test && npm run lint && npm run build && npm publish"
"release": "npm run test && npm run build && npm publish"
},

@@ -20,7 +19,7 @@ "keywords": [],

"dependencies": {
"@goldfishjs/core": "^0.0.16",
"@goldfishjs/plugins": "^0.0.16",
"@goldfishjs/reactive": "^0.0.16",
"@goldfishjs/reactive-connect": "^0.0.16",
"@goldfishjs/utils": "^0.0.16",
"@goldfishjs/core": "^0.0.17",
"@goldfishjs/plugins": "^0.0.17",
"@goldfishjs/reactive": "^0.0.17",
"@goldfishjs/reactive-connect": "^0.0.17",
"@goldfishjs/utils": "^0.0.17",
"mini-types": "^0.1.0"

@@ -39,6 +38,3 @@ },

"merge2": "^1.3.0",
"ts-jest": "^23.10.2",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.0",
"typescript": "^3.7.2"
"ts-jest": "^23.10.2"
},

@@ -45,0 +41,0 @@ "types": "./types/index.d.ts",

1

src/integrateSetupFunctionResult.ts

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

import CommonSetup from './setup/CommonSetup';
import { watchDeep } from '@goldfishjs/reactive';

@@ -3,0 +2,0 @@ import { getMiniDataSetter } from '@goldfishjs/reactive-connect';

@@ -20,3 +20,3 @@ import Setup from './Setup';

public addFetchInitDataMethod(fn: () => Promise<void>, isAsync: boolean = true) {
public addFetchInitDataMethod(fn: () => Promise<void>, isAsync = true) {
const fetchInitDataMethod = this.fetchInitDataMethod;

@@ -23,0 +23,0 @@ if (fetchInitDataMethod) {

@@ -9,3 +9,3 @@ import CommonSetup from './setup/CommonSetup';

fn: () => Promise<void>,
isAsync: boolean = true,
isAsync = true,
) {

@@ -12,0 +12,0 @@ checkSetupEnv('useFetchInitData', ['page', 'app', 'component']);

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