New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

askwin-core

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

askwin-core

This package defines Orbit's core data structures, like `Event` and `Task`. It also defines some convenience functionality used by many other components.

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@withorbit/core

This package defines Orbit's core data structures, like Event and Task. It also defines some convenience functionality used by many other components.

To support offline-first workflows, Orbit is built using an event sourcing model, meaning that events (like "remembered this task") are the source of truth. These events are combined with an "event reducer" to compute the state of an object at any given time.

This package runs on Node.js, browser, and React Native environments.

  • To build: bun run build
  • To run tests: bun run test
Copyright 2020 Andy Matuschak
SPDX-License-Identifier: Apache-2.0

FAQs

Package last updated on 06 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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