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

simply-beautiful

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simply-beautiful - npm Package Compare versions

Comparing version

to
0.2.16

15

package.json
{
"name": "simply-beautiful",
"version": "0.2.14",
"version": "0.2.16",
"description": "Beautify HTML, JS, CSS, and JSON in the browser or in Node.js!",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "node -e 'require(`prepare-package`)'"
"test": "npm run prepare && ./node_modules/mocha/bin/mocha test/ --recursive --timeout=10000",
"prepare": "node -e 'require(`prepare-package`)()'",
"prepare:watch": "nodemon -w ./src -e '*' --exec 'npm run prepare'"
},

@@ -40,4 +41,10 @@ "engines": {

"fs-jetpack": "^4.3.1",
"prepare-package": "^0.0.6"
"mocha": "^8.4.0",
"prepare-package": "^1.1.3"
},
"preparePackage": {
"input": "./src",
"output": "./dist",
"replace": {}
}
}

@@ -10,4 +10,3 @@ <p align="center">

<br>
<img src="https://img.shields.io/david/itw-creative-works/simply-beautiful.svg">
<img src="https://img.shields.io/david/dev/itw-creative-works/simply-beautiful.svg">
<img src="https://img.shields.io/librariesio/release/npm/simply-beautiful.svg">
<img src="https://img.shields.io/bundlephobia/min/simply-beautiful.svg">

@@ -14,0 +13,0 @@ <img src="https://img.shields.io/codeclimate/maintainability-percentage/itw-creative-works/simply-beautiful.svg">