New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

esthetic

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esthetic - npm Package Compare versions

Comparing version 0.0.1-beta.1 to 0.5.5-beta.1

.vscode/settings.json

113

package.json
{
"name": "esthetic",
"version": "0.0.1-beta.1",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"version": "0.5.5-beta.1",
"license": "MIT",
"author": "ΝΙΚΟΛΑΣ ΣΑΒΒΙΔΗΣ <n.savvidis@gmx.com>",
"description": "Æsthetic ~ Language beautification support for multiple languages with the Sparser lexing algorithm",
"keywords": [
"esthetic",
"formatting",
"prettify",
"beautify",
"beautification",
"liquid",
"html",
"css",
"shopify",
"liquify",
"format",
"formatter",
"prettydiff",
"prettier",
"sparser"
],
"engines": {
"pnpm": ">=4",
"node": ">=12"
},
"repository": {
"type": "git",
"url": "https://github.com/panoply/esthetic"
},
"bugs": {
"url": "https://github.com/panoply/esthetic/issues"
},
"types": "./index.d.ts",
"main": "./index.js",
"module": "./index.mjs",
"exports": {
"types": "./index.d.ts",
"require": "./index.js",
"import": "./index.mjs"
},
"ava": {
"extensions": [
"mjs"
],
"timeout": "3s",
"cache": false
},
"prettier": "@liquify/prettier-config",
"eslintConfig": {
"root": true,
"ignorePatterns": [
"index.js",
"index.mjs",
"**/node_modules/*"
],
"extends": [
"@liquify/eslint-config"
],
"rules": {
"no-lone-blocks": "off",
"no-unmodified-loop-condition": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [
"error"
],
"operator-linebreak": [
"error",
"after",
{
"overrides": {
"?": "before",
":": "before",
"&&": "after",
"||": "after",
"+": "before"
}
}
]
}
},
"devDependencies": {
"@liquify/ava": "^0.0.6",
"@liquify/eslint-config": "^1.1.0",
"@liquify/liquid-language-specs": "^0.1.7",
"@liquify/prettier-config": "^1.0.1",
"@types/benchmark": "^2.1.2",
"ava": "^5.1.0",
"benchmark": "^2.1.4",
"terser": "^5.16.1",
"tsup": "^6.5.0",
"type-fest": "^3.4.0"
},
"dependencies": {
"ansis": "^1.5.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "tsup --watch",
"build": "tsup --minify-identifiers --minify-whitespace && terser index.js -o index.js && terser index.mjs --module -o index.mjs && gzip-size index.mjs --include-original",
"specs": "node ./scripts/specs.cjs",
"pack": "cd versions; pnpm pack ../ && cd ..",
"release": "pnpm -w release --pkg $npm_package_name",
"test": "ava tests/**/*.test.mjs --serial",
"tests": "tests -t cases,rules,units",
"test:dev": "ava tests/dev.test.mjs --watch",
"test:units": "ava tests/units/*.test.mjs ---",
"test:rules": "ava tests/rules/*.test.mjs ---",
"test:cases": "ava tests/cases/*.test.mjs ---"
}
}
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