Socket
Socket
Sign inDemoInstall

acquerello

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acquerello - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

### 2021-11-16 / 1.0.1
- fix: Added ESM note in the README.md
- chore: Allow manual CI triggering.
- chore: Updated badges.
- fix: Fixed Typescript configuration.
### 2021-08-13 / 1.0.0

@@ -2,0 +9,0 @@

7

package.json
{
"name": "acquerello",
"version": "1.0.0",
"version": "1.0.1",
"description": "Template based terminal coloring made really easy.",

@@ -24,6 +24,5 @@ "homepage": "https://sw.cowtech.it/acquerello",

"type": "module",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"typings": "types/index.d.ts",
"types": "types/index.d.ts",
"typings": "./types/index.d.ts",
"types": "./types/index.d.ts",
"scripts": {

@@ -30,0 +29,0 @@ "prebuild": "rm -rf dist types && npm run lint",

# acquerello
[![Package Version](https://img.shields.io/npm/v/acquerello.svg)](https://npm.im/acquerello)
[![Dependency Status](https://img.shields.io/david/ShogunPanda/acquerello)](https://david-dm.org/ShogunPanda/acquerello)
[![Version](https://img.shields.io/npm/v/acquerello.svg)](https://npm.im/acquerello)
[![Dependencies](https://img.shields.io/librariesio/release/npm/acquerello)](https://libraries.io/npm/acquerello)
[![Build](https://github.com/ShogunPanda/acquerello/workflows/CI/badge.svg)](https://github.com/ShogunPanda/acquerello/actions?query=workflow%3ACI)
[![Code Coverage](https://img.shields.io/codecov/c/gh/ShogunPanda/acquerello?token=wUfs01bBGb)](https://codecov.io/gh/ShogunPanda/acquerello)
[![Coverage](https://img.shields.io/codecov/c/gh/ShogunPanda/acquerello?token=wUfs01bBGb)](https://codecov.io/gh/ShogunPanda/acquerello)

@@ -75,2 +75,8 @@ Template based terminal coloring made really easy.

## ESM Only
This package only supports to be directly imported in a ESM context.
For informations on how to use it in a CommonJS context, please check [this page](https://gist.github.com/ShogunPanda/fe98fd23d77cdfb918010dbc42f4504d).
## Contributing to acquerello

@@ -77,0 +83,0 @@

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