Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@goldfishjs/reactive

Package Overview
Dependencies
Maintainers
2
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldfishjs/reactive - npm Package Compare versions

Comparing version 2.25.2-alpha.2 to 2.25.2-alpha.3

11

CHANGELOG.md

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

## [2.25.2-alpha.3](https://github.com/alipay/goldfish/compare/v2.25.2-alpha.2...v2.25.2-alpha.3) (2023-05-16)
### Bug Fixes
* pass in absolute path ([37b4fd3](https://github.com/alipay/goldfish/commit/37b4fd394c047497844481244dca11359204e2a9))
## [2.25.2-alpha.2](https://github.com/alipay/goldfish/compare/v2.25.2-alpha.1...v2.25.2-alpha.2) (2023-05-15)

@@ -8,0 +19,0 @@

3

lib/observable.js

@@ -10,5 +10,4 @@ import _DeepVisitBreak from "@goldfishjs/utils/lib/DeepVisitBreak";

import { getCurrent, Dep } from './dep';
import { genId, isArray } from './utils';
import { genId, isArray, hasOwnProperty } from './utils';
import silentValue, { isSilentValue } from './silentValue';
import { hasOwnProperty } from './utils';
var OBSERVE_FLAG = {};

@@ -15,0 +14,0 @@ var OBSERVE_KEY = '__reactive-ob__';

{
"name": "@goldfishjs/reactive",
"version": "2.25.2-alpha.2",
"version": "2.25.2-alpha.3",
"description": "Reactive.",

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

"dependencies": {
"@goldfishjs/module-usage": "^2.25.2-alpha.2",
"@goldfishjs/utils": "^2.25.2-alpha.2"
"@goldfishjs/module-usage": "^2.25.2-alpha.3",
"@goldfishjs/utils": "^2.25.2-alpha.3"
},

@@ -21,0 +21,0 @@ "devDependencies": {

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