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

@lite-v3/changelogger

Package Overview
Dependencies
Maintainers
7
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lite-v3/changelogger

Minimal changelog generator

  • 0.0.6
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-92.86%
Maintainers
7
Weekly downloads
 
Created
Source

@lite-v3/changelogger

A minimal utility generating changelog for your package, automatically.

By Tokopedia Version

This module is only needed for webpack 4+.

Prerequisites

git v2.0.0 or higher.
node.js v14.

Install

# Using npm
npm install @lite-v3/changelogger

# Using yarn
yarn add @lite-v3/changelogger

# Using pnpm
pnpm install @lite-v3/changelogger

Usage

import path from 'path';
import changelogger from '@lite-v3/changelogger';

const packageNamePattern = '@tokopedia/lite-utils/**';
const packagePathPattern = '**packages/private/lite-utils**';
const output = path.resolve('path/to/your/package/CHANGELOG.md');

await changelogger(packageNamePattern, packagePathPattern, { output: output });

API

changelogger(packageNamePattern, packagePathPattern, options);

Arguments

packageNamePattern: String (blob pattern, follwoing git's pathspec); packagePathPattern: String (blob pattern, follwoing git's pathspec); options.ouput: String

Code By WPE Team @Tokopedia

FAQs

Package last updated on 28 Apr 2022

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