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

@naturalcycles/js-lib

Package Overview
Dependencies
Maintainers
5
Versions
525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@naturalcycles/js-lib

> Standard library for universal (browser + server) javascript

  • 1.0.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.3K
decreased by-15.99%
Maintainers
5
Weekly downloads
 
Created
Source

@naturalcycles/js-lib

Standard library for universal (browser + server) javascript

code style: prettier

What should go in this lib

  • Only universal code that works equally good in the browser and on the server. Otherwise - there are other libs specifically for browser and node.
  • Only battle-tested code with solid proven APIs that are not supposed to change.
  • Only fully unit-tested code with coverage very close to 100%. All the branches should absolutely be tested.
  • Only generic and broad purpose functions, no domain or project-specific code.
  • Library- and framework-agnostic, only based on standard JS or TypeScript apis. There are few exceptions for extremely popular dependencies, that will go as peerDependencies in this project, in order for the consuming project to have control over the version of each dependency (in their yarn.lock).

Packaging

Written in Typescript.

Transpiled to Javascript with es2017 as target (can be reviewed to be repackaged as es2015 if needed). Uses commonjs module system (to be reviewed).

Exported in dist folder, together with *.dt (to be checked if *.js.map is needed too or not).

Versioned as 1.0.<CircleCI_IncrementalBuildNumber>, each commit in master branch is automatically published with incremented version.

master is production branch.

Features

  • Utils
    • localDateUtil, localTimeUtil
    • promiseUtil
    • jsonUtil
  • Services
    • sentryService
  • Decorators
    • memo, memoCache
  • ... there's more...

FAQs

Package last updated on 16 Oct 2018

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