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

@davidsouther/jiffies

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@davidsouther/jiffies

JEFRi Jiffies are a number of "common" utilities for JavaScript/TypeScript pulled from and inspired by other programming languages, and common base tools missing or inconsistent between DOM and Node runtimes.

  • 2.2.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
Maintainers
1
Weekly downloads
 
Created
Source

Jiffies

JEFRi Jiffies are a number of "common" utilities for JavaScript/TypeScript pulled from and inspired by other programming languages, and common base tools missing or inconsistent between DOM and Node runtimes.

  • assert - common runtime assertions.
  • context - JavaScript implementation of the Python [with][pywith] statement.
  • display - TypeScript implementation of the Rust [Display][rustdisplay] trait.
  • equal - JavaScript deep equality checkers, including TS type checking.
  • flags - JavaScript flag, environment, and configuration loader.
  • log - JavaScript implementation of a [log4j][log4j]-alike logger.
  • result - JavaScript implementation of Rust's [Option][rustoption] and [Result][rustresult] types.
  • loader.mjs - Node 16.x typescript-transpiling module loader.

Jiffies also includes several microframeworks.

  • dom - a tiny DOM functional library.
  • pico - a copy of PicoCSS.
  • scope - JavaScript testing microframework.
  • server - Node HTTP Server & middleware.

Development

  1. Clone jiffies
  2. cd jiffies
  3. npm install
  4. npm link

After any edit

  1. npm run build

Alternatively, in a background terminal

  1. npm run watch &

Apps

Starting

  1. Create app folder
  2. npm init
  3. npm install -D prettier typescript@next
  4. npm link @jefri/jiffies

Running

  1. npm start

FAQs

Package last updated on 17 May 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