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 1.0.0 to 1.1.0

4

lib/autorun.js

@@ -5,5 +5,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

var Runner =
/*#__PURE__*/
function () {
var Runner = /*#__PURE__*/function () {
function Runner(fn, errorCb) {

@@ -10,0 +8,0 @@ _classCallCheck(this, Runner);

@@ -8,5 +8,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

export var Dep =
/*#__PURE__*/
function () {
export var Dep = /*#__PURE__*/function () {
function Dep(obj, key) {

@@ -47,5 +45,3 @@ _classCallCheck(this, Dep);

}();
export var DepList =
/*#__PURE__*/
function () {
export var DepList = /*#__PURE__*/function () {
function DepList() {

@@ -52,0 +48,0 @@ _classCallCheck(this, DepList);

@@ -9,5 +9,3 @@ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";

var Watcher =
/*#__PURE__*/
function () {
var Watcher = /*#__PURE__*/function () {
function Watcher(fn, cb, options) {

@@ -14,0 +12,0 @@ _classCallCheck(this, Watcher);

@@ -10,5 +10,3 @@ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";

var StopFns =
/*#__PURE__*/
function () {
var StopFns = /*#__PURE__*/function () {
function StopFns() {

@@ -70,5 +68,3 @@ _classCallCheck(this, StopFns);

var Watcher =
/*#__PURE__*/
function () {
var Watcher = /*#__PURE__*/function () {
function Watcher(obj, callback, options) {

@@ -75,0 +71,0 @@ _classCallCheck(this, Watcher);

{
"name": "@goldfishjs/reactive",
"version": "1.0.0",
"version": "1.1.0",
"description": "Reactive.",

@@ -18,3 +18,3 @@ "main": "lib/index.js",

"dependencies": {
"@goldfishjs/utils": "^1.0.0"
"@goldfishjs/utils": "^1.1.0"
},

@@ -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