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

@log4brains/core

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@log4brains/core - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0-beta.5

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [1.0.0-beta.5](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2021-01-13)
### Features
* distribute as a global NPM package ([9551b68](https://github.com/thomvaill/log4brains/commit/9551b689ffbce82f5b6d2bb514f87bf3faa10e3e))
### BREAKING CHANGES
* installation procedure is now completely modified
# [1.0.0-beta.4](https://github.com/thomvaill/log4brains/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2020-12-10)

@@ -8,0 +24,0 @@

4

package.json
{
"name": "@log4brains/core",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Log4brains architecture knowledge base core API",

@@ -70,3 +70,3 @@ "keywords": [

},
"gitHead": "4def59002bb95f76ce281ab81f3e65da3f129f5f"
"gitHead": "3398775e82d17a2fdb83d8e8aa4ff7393e1b2040"
}
# @log4brains/core
This package provides the core API of the [Log4brains](https://github.com/thomvaill/log4brains) architecture knowledge base.
It is not meant to be used directly in your project.
It is not meant to be used directly.
Install [the main log4brains package](https://www.npmjs.com/package/log4brains) instead:
```bash
npm install -g log4brains
```
## Installation
This package is not meant to be installed directly in your project. This is a common dependency of [@log4brains/cli](https://www.npmjs.com/package/@log4brains/cli) and [@log4brains/web](https://www.npmjs.com/package/@log4brains/web), which is installed automatically.
This package is not meant to be installed directly in your project.
However, if you want to create a package to extend [Log4brains](https://github.com/thomvaill/log4brains)' capabilities,
you can include this package as a dependency of yours via npm or yarn:
However, if you want to create a package that uses [Log4brains](https://github.com/thomvaill/log4brains)' API,
you can include this package as a dependency:

@@ -13,0 +19,0 @@ ```bash

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