Socket
Socket
Sign inDemoInstall

@kepler-io/core-node

Package Overview
Dependencies
3
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kepler-io/core-node

This project represents the Kepler Node library.


Version published
Maintainers
5
Install size
1.47 MB
Created

Readme

Source

Kepler Lib - Node

This project represents the Kepler Node library.

Build

Run yarn build.

Installation

Kepler Node Lib is installable as NMP Module: npm install @kepler-io/core-node.

Upgrade of package is available via command: npm upgrade @kepler-io/core-node

Packing

You can test packaging locally via npm pack and observe generated tar file.

Publishing

Publishing is done via NPM (not Yarn): npm run publish-remote.

https://www.npmjs.com/search?q=kepler-io

Versioning

In order for your publish to be successfull you must increment the version on the package.json file following the instructions below:

Given a version number MAJOR.MINOR.PATCH, increment the:

  • MAJOR version when you make incompatible API changes,
  • MINOR version when you add functionality in a backwards compatible manner, and
  • PATCH version when you make backwards compatible bug fixes.

You can test your local features using a pre-release version, following the rules below:

  • A pre-release version MAY be denoted by appending a hyphen and a series of dot separated identifiers immediately following the patch version.
  • Identifiers MUST comprise only ASCII alphanumerics and hyphens [0-9A-Za-z-].
  • Identifiers MUST NOT be empty. Numeric identifiers MUST NOT include leading zeroes.
  • Pre-release versions have a lower precedence than the associated normal version.
  • A pre-release version indicates that the version is unstable and might not satisfy the intended compatibility requirements as denoted by its associated normal version.

Examples: 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-0.3.7, 1.0.0-x.7.z.92, 1.0.0-x-y-z.–.

FAQs

Last updated on 14 Jun 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc