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

easy-reactive

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-reactive - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

main.js

@@ -1,3 +0,3 @@

import { simplyReactive } from './src/simply-reactive'
import { simplyReactive } from './src/simply-reactive.js'
export { simplyReactive as default }
{
"name": "easy-reactive",
"version": "1.0.3",
"version": "1.0.4",
"description": "reactive object",

@@ -5,0 +5,0 @@ "main": "main.js",

import get from 'lodash.get'
import cloneDeep from 'lodash.clonedeep'
import { createSubscription } from './utils/subscription'
import { createTargetWatcher } from './utils/watcher'
import { createSubscription } from './utils/subscription.js'
import { createTargetWatcher } from './utils/watcher.js'

@@ -7,0 +7,0 @@ export function simplyReactive(entities, options) {

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

import { getDepNames, getUpdatedDeps, depsAreEqual } from './object'
import { getDepNames, getUpdatedDeps, depsAreEqual } from './object.js'

@@ -3,0 +3,0 @@ export const createSubscription = () => {

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