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.12 to 1.1.0

8

CHANGELOG.md

@@ -0,1 +1,9 @@

### 2023-10-23 / 1.1.0
- fix: Fixing build.
- fix: Fixed tap upgrade.
- chore: Updated dependencies.
- chore: Fixed compilation.
- chore: CI improvement
### 2022-11-23 / 1.0.12

@@ -2,0 +10,0 @@

38

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

@@ -27,9 +27,9 @@ "homepage": "https://sw.cowtech.it/acquerello",

"dev": "swc --delete-dir-on-start -s -w -d dist src",
"prebuild": "rm -rf dist && npm run lint",
"build": "swc -d dist src",
"postbuild": "tsc -p . --emitDeclarationOnly",
"build": "swc --delete-dir-on-start -d dist src",
"postbuild": "concurrently npm:lint npm:typecheck",
"format": "prettier -w src test",
"lint": "eslint src test",
"test": "c8 -c test/config/c8-local.json tap --rcfile=test/config/tap.yml test/*.test.ts",
"test:ci": "c8 -c test/config/c8-ci.json tap --rcfile=test/config/tap.yml --no-color test/*.test.ts",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx src test",
"typecheck": "tsc -p . --emitDeclarationOnly",
"test": "c8 -c test/config/c8-local.json tap test/*.test.ts",
"test:ci": "c8 -c test/config/c8-ci.json tap --no-color test/*.test.ts",
"ci": "npm run build && npm run test:ci",

@@ -40,17 +40,21 @@ "prepublishOnly": "npm run ci",

"devDependencies": {
"@cowtech/eslint-config": "^8.8.0",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.19",
"@types/node": "^18.11.9",
"@types/tap": "^15.0.7",
"c8": "^7.12.0",
"@cowtech/eslint-config": "^8.10.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.94",
"@types/node": "^20.8.7",
"@types/tap": "^15.0.10",
"c8": "^8.0.1",
"chokidar": "^3.5.3",
"prettier": "^2.8.0",
"tap": "^16.3.2",
"concurrently": "^8.2.2",
"prettier": "^3.0.3",
"tap": "^18.5.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
"typescript": "^5.2.2"
},
"engines": {
"node": ">=14.15.0"
"node": ">= 18.18.0"
},
"tap": {
"extends": "./test/config/tap.yml"
}
}
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