Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-svg

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-svg - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

10

package.json
{
"name": "postcss-svg",
"version": "0.0.1",
"version": "0.0.2",
"description": "Postcss plugin for insert inline SVG to CSS",

@@ -31,8 +31,10 @@ "main": "index.js",

"homepage": "https://github.com/Pavliko/postcss-svg#readme",
"dependencies": {
"dot": "^1.0.3",
"postcss": "^4.1.13"
},
"devDependencies": {
"coffee-script": "^1.9.3",
"dot": "^1.0.3",
"open": "0.0.5",
"postcss": "^4.1.13"
"open": "0.0.5"
}
}

14

README.md

@@ -30,8 +30,6 @@ # postcss-svg

## Example
###For live example run
To look result, click [index.html](http://pavliko.github.io/postcss-svg/)
```bash
npm install postcss-svg && cd $(npm root)/postcss-svg/ && node example/script.js
```
###Example source code
###Example [source](https://github.com/Pavliko/postcss-svg/tree/master/example)
*example/script.js:*

@@ -125,2 +123,8 @@

###To run on your computer:
```bash
npm install postcss-svg && cd $(npm root)/postcss-svg/ && npm install && node example/script.js
```
##Contributing

@@ -127,0 +131,0 @@ Pull requests are welcome.

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc