Socket
Socket
Sign inDemoInstall

simply-beautiful

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.11 to 0.2.12

dist/index.js

14

package.json
{
"name": "simply-beautiful",
"version": "0.2.11",
"version": "0.2.12",
"description": "Beautify HTML, JS, CSS, and JSON in the browser or in Node.js!",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "node ./src/prepare.js"
},

@@ -36,3 +37,6 @@ "engines": {

},
"homepage": "https://itwcreativeworks.com"
}
"homepage": "https://itwcreativeworks.com",
"devDependencies": {
"fs-jetpack": "^4.3.1"
}
}

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

```html
<script src="https://cdn.jsdelivr.net/npm/simply-beautiful@latest"></script>
<script src="https://cdn.jsdelivr.net/npm/simply-beautiful@latest/dist/index.min.js"></script>
<script type="text/javascript">

@@ -60,0 +60,0 @@ var beautify = SimplyBeautiful(); // The script above exposes the global variable 'SimplyBeautiful'

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc