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
1.0.1

CHANGELOG.md

19

package.json
{
"name": "simply-beautiful",
"version": "0.2.16",
"version": "1.0.1",
"description": "Beautify HTML, JS, CSS, and JSON in the browser or in Node.js!",

@@ -8,7 +8,7 @@ "main": "dist/index.js",

"test": "npm run prepare && ./node_modules/mocha/bin/mocha test/ --recursive --timeout=10000",
"prepare": "node -e 'require(`prepare-package`)()'",
"prepare": "node -e \"require('prepare-package')()\"",
"prepare:watch": "nodemon -w ./src -e '*' --exec 'npm run prepare'"
},
"engines": {
"node": ">=6.0.0"
"node": ">=12"
},

@@ -40,7 +40,2 @@ "repository": {

"homepage": "https://itwcreativeworks.com",
"devDependencies": {
"fs-jetpack": "^4.3.1",
"mocha": "^8.4.0",
"prepare-package": "^1.1.3"
},
"preparePackage": {

@@ -50,3 +45,11 @@ "input": "./src",

"replace": {}
},
"dependencies": {
"itwcw-package-analytics": "^1.0.4"
},
"devDependencies": {
"fs-jetpack": "^4.3.1",
"mocha": "^8.4.0",
"prepare-package": "^1.1.12"
}
}
<p align="center">
<a href="https://cdn.itwcreativeworks.com/assets/itw-creative-works/images/logo/itw-creative-works-brandmark-black-x.svg">
<a href="https://itwcreativeworks.com">
<img src="https://cdn.itwcreativeworks.com/assets/itw-creative-works/images/logo/itw-creative-works-brandmark-black-x.svg" width="100px">

@@ -32,6 +32,6 @@ </a>

## Simply Beautiful Works in Node AND browser environments
## 🌐 Simply Beautiful Works in Node AND browser environments
Yes, this module works in both Node and browser environments, including compatibility with [Webpack](https://www.npmjs.com/package/webpack) and [Browserify](https://www.npmjs.com/package/browserify)!
## Un-minify any of the following languages
## 🦄 Un-minify any of the following languages
* HTML

@@ -42,4 +42,4 @@ * CSS

## Install Simply Beautiful
### Install via npm
## 📦 Install Simply Beautiful
### Option 1: Install via npm
Install with npm if you plan to use Simply Beautiful in a Node project or in the browser.

@@ -55,3 +55,3 @@ ```shell

### Install via CDN
### Option 2: Install via CDN
Install with CDN if you plan to use Simply Beautiful only in a browser environment.

@@ -65,3 +65,3 @@ ```html

## Using Simply Beautiful
## ⚡️ Using Simply Beautiful
### Via the npm module or the CDN

@@ -80,3 +80,3 @@ After you have followed the install step, you can start using `simply-beautiful` with your website or software!

## Extending Capabilities
## 🧩 Extending Capabilities
### Options

@@ -93,11 +93,12 @@ Find a kitchen-sink example of the options you can supply to customize the output of the beautifier!

## What Can Simply Beautiful do?
## 📝 What Can Simply Beautiful do?
Simply beautify will pretty print any HTML, CSS Javascript, or JSON and it works in both browser and Node.js environments!
Based on this pen [here](https://codepen.io/jasondavis/pen/JoxMXa).
## Final Words
## 🗨️ Final Words
If you are still having difficulty, we would love for you to post
a question to [the Simply Beautiful issues page](https://github.com/itw-creative-works/simply-beautiful/issues). It is much easier to answer questions that include your code and relevant files! So if you can provide them, we'd be extremely grateful (and more likely to help you find the answer!)
## Projects Using this Library
## 📚 Projects Using this Library
[Somiibo](https://somiibo.com/): A Social Media Bot with an open-source module library. <br>

@@ -104,0 +105,0 @@ [JekyllUp](https://jekyllup.com/): A website devoted to sharing the best Jekyll themes. <br>

Sorry, the diff of this file is not supported yet