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

@naturalcycles/js-lib

Package Overview
Dependencies
Maintainers
5
Versions
537
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@naturalcycles/js-lib - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

2

package.json

@@ -29,3 +29,3 @@ {

},
"version": "1.0.14",
"version": "1.0.15",
"description": "",

@@ -32,0 +32,0 @@ "author": "Natural Cycles Team",

@@ -6,7 +6,9 @@ ## @naturalcycles/js-lib

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![](https://circleci.com/gh/@naturalcycles/js-lib.svg?style=shield&circle-token=123)](https://circleci.com/gh/@naturalcycles/js-lib)
[![](https://circleci.com/gh/NaturalCycles/js-lib.svg?style=shield&circle-token=cbb20b471eb9c1d5ed975e28c2a79a45671d78ea)](https://circleci.com/gh/NaturalCycles/js-lib)
[![Maintainability](https://api.codeclimate.com/v1/badges/c2dc8d53bd79f79b1d8b/maintainability)](https://codeclimate.com/github/NaturalCycles/js-lib/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/c2dc8d53bd79f79b1d8b/test_coverage)](https://codeclimate.com/github/NaturalCycles/js-lib/test_coverage)
# 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 **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.

@@ -32,10 +34,9 @@ - Only fully unit-tested code with coverage very close to 100%. All the branches should absolutely be tested.

- Utils
- `localDateUtil`, `localTimeUtil`
- `promiseUtil`
- `jsonUtil`
- `localDateUtil`, `localTimeUtil`
- `promiseUtil`
- `jsonUtil`
- Services
- `sentryService`
- `sentryService`
- Decorators
- `memo`, `memoCache`
- `memo`, `memoCache`
- ... there's more...
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