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.9 to 0.0.10

1

lib/useState.js

@@ -21,3 +21,2 @@ import _observable from "@goldfishjs/reactive/lib/observable";

enumerable: true,
writable: true,
value: {

@@ -24,0 +23,0 @@ get: getter ? function () {

12

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

@@ -19,7 +19,7 @@ "main": "lib/index.js",

"dependencies": {
"@goldfishjs/core": "^0.0.9",
"@goldfishjs/plugins": "^0.0.9",
"@goldfishjs/reactive": "^0.0.9",
"@goldfishjs/reactive-connect": "^0.0.9",
"@goldfishjs/utils": "^0.0.9",
"@goldfishjs/core": "^0.0.10",
"@goldfishjs/plugins": "^0.0.10",
"@goldfishjs/reactive": "^0.0.10",
"@goldfishjs/reactive-connect": "^0.0.10",
"@goldfishjs/utils": "^0.0.10",
"mini-types": "^0.0.4"

@@ -26,0 +26,0 @@ },

@@ -26,3 +26,2 @@ import { observable as reactiveObservable, computed as reactiveComputed } from '@goldfishjs/reactive';

enumerable: true,
writable: true,
value: {

@@ -29,0 +28,0 @@ get: getter ? () => getter.call(obj) : undefined,

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