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

acquerello

Package Overview
Dependencies
Maintainers
1
Versions
32
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 0.1.4 to 0.2.0

dist/cjs/codes.js

5

CHANGELOG.md

@@ -0,1 +1,6 @@

### 2021-01-04 / 0.2.0
- chore: Updated dist files.
- feat: Also export as ESM.
### 2021-01-03 / 0.1.4

@@ -2,0 +7,0 @@

15

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

@@ -17,3 +17,3 @@ "homepage": "https://sw.cowtech.it/acquerello",

"files": [
"lib",
"dist",
"types",

@@ -24,3 +24,7 @@ "CHANGELOG.md",

],
"main": "lib/index.js",
"main": "dist/cjs/index.js",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/mjs/index.mjs"
},
"typings": "types/index.d.ts",

@@ -33,4 +37,4 @@ "types": "types/index.d.ts",

"ci": "yarn lint && yarn test:ci",
"prebuild": "rm -rf lib/* types/* && yarn lint",
"build": "tsc -p .",
"prebuild": "rm -rf dist types && yarn lint",
"build": "tsc -p . && tsc -p tsconfig.modules.json && renamer --find js --replace mjs dist/mjs/** >> /dev/null && jscodeshift -s --extensions=mjs -t node_modules/@cowtech/esm-package-utils dist/mjs/**",
"prepublishOnly": "yarn ci",

@@ -41,2 +45,3 @@ "postpublish": "git push origin && git push origin -f --tags"

"@cowtech/eslint-config": "^7.14.0",
"@cowtech/esm-package-utils": "^0.2.0",
"@types/node": "^14.14.19",

@@ -43,0 +48,0 @@ "@types/tap": "^14.10.1",

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