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

quarx

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quarx - npm Package Compare versions

Comparing version 3.4.0 to 4.0.0

6

index.js

@@ -1,4 +0,4 @@

export { Quarx, createAtom, autorun, batch, untracked } from './src/core';
export { computed } from './src/computed';
import { box } from './src/box'
export { Quarx, createAtom, autorun, batch, untracked } from './src/core.js';
export { computed } from './src/computed.js';
import { box } from './src/box.js'
export const observable = { box };
{
"devDependencies": {
"ava": "^3.15.0",
"esbuild": "^0.11.12"
},
"name": "quarx",
"version": "3.4.0",
"version": "4.0.0",
"description": "Simple dependency graph engine, MobX inspired",
"main": "dist/index.js",
"type": "module",
"main": "index.js",
"module": "index.js",

@@ -15,8 +12,9 @@ "types": "index.d.ts",

},
"dependencies": {},
"scripts": {
"build": "esbuild index.js --sourcemap --bundle --platform=node --outfile=dist/index.js",
"test": "ava -v",
"perf": "ava -v --config test.perf.config.js --node-arguments='--expose-gc'"
"perf": "ava -v --config test.perf.config.js --no-worker-threads --node-arguments='--expose-gc'"
},
"devDependencies": {
"ava": "^4.0.1"
},
"ava": {

@@ -23,0 +21,0 @@ "files": [

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

import { createAtom } from './core';
import { createAtom } from './core.js';

@@ -3,0 +3,0 @@ export function box(value, options = {}) {

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

import { createAtom, autorun } from './core';
import { createAtom, autorun } from './core.js';

@@ -3,0 +3,0 @@ export function computed(evaluate, options = {}) {

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