Socket
Socket
Sign inDemoInstall

postcss-safe-parser

Package Overview
Dependencies
2
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 1.0.3
* Remove Babel from dependencies (by Jonny Buchanan).
## 1.0.2

@@ -2,0 +5,0 @@ * Clean code for PostCSS 5.0.13 internal changes.

12

package.json
{
"name": "postcss-safe-parser",
"version": "1.0.2",
"version": "1.0.3",
"description": "Fault-tolerant CSS parser for PostCSS",

@@ -19,5 +19,2 @@ "keywords": [

"dependencies": {
"babel-plugin-add-module-exports": "0.1.1",
"babel-preset-es2015-loose": "6.1.3",
"babel-preset-stage-0": "6.3.13",
"postcss": "^5.0.13"

@@ -36,3 +33,6 @@ },

"del": "2.2.0",
"babel-core": "6.3.17"
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015-loose": "6.1.3",
"babel-preset-stage-0": "6.3.13",
"babel-core": "6.3.26"
},

@@ -42,3 +42,3 @@ "scripts": {

},
"main": "lib/safe-parse"
"main": "lib/postcss"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc