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

postcss-prettify

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

postcss-prettify - npm Package Compare versions

Comparing version

to
0.3.2

dist/depth.js

10

changelog.md

@@ -5,2 +5,12 @@ # Change Log

## 0.3.2 — 3/16/16
Fix "files" field not being an array.
## 0.3.1 — 3/16/16
Fix `/dist` not being included with package by adding `/dist` to "files" in `package.json`.
## 0.3.0 — 3/16/16
## 0.2.0 — 3/11/16

@@ -7,0 +17,0 @@

6

package.json
{
"name": "postcss-prettify",
"version": "0.3.1",
"version": "0.3.2",
"description": "prettify postcss output",
"main": "dist/index.js",
"files": "dist",
"files": [
"dist"
],
"scripts": {

@@ -8,0 +10,0 @@ "build": "babel src --out-dir dist",