Socket
Socket
Sign inDemoInstall

postcss-icon

Package Overview
Dependencies
9
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.7 to 6.0.8

2

package.json
{
"name": "postcss-icon",
"description": "PostCSS plugin which allows you to quickly add styles to css icons",
"version": "6.0.7",
"version": "6.0.8",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "repository": "https://github.com/retyui/postcss-icon",

@@ -23,3 +23,2 @@ # postcss-icon

## Install for postcss

@@ -31,3 +30,4 @@ ```bash

# and the icon set you need
npm install --save-dev postcss-icon.cssicon postcss-icon.icono postcss-icon.rosa postcss-icon.airpwn postcss-icon.stiffi postcss-icon.joshnh
npm install --save-dev postcss-icon.cssicon postcss-icon.icono postcss-icon.rosa
npm install --save-dev postcss-icon.airpwn postcss-icon.stiffi postcss-icon.joshnh
```

@@ -76,5 +76,8 @@

postcssIcon(
{ prefix: "cssicon-", data: require("postcss-icon.cssicon") },
{ prefix: "icono-", data: require("postcss-icon.icono") },
{ prefix: "joshua-", data: require("postcss-icon.joshnh") }
{ prefix: 'cssicon-', data: require('postcss-icon.cssicon') },
{ prefix: 'icono-', data: require('postcss-icon.icono') },
{ prefix: 'rose-', data: require('postcss-icon.rosa') },
{ prefix: 'airpwn-', data: require('postcss-icon.airpwn') },
{ prefix: 'stiffi-', data: require('postcss-icon.stiffi') },
{ prefix: 'joshnh-', data: require('postcss-icon.joshnh') }
)

@@ -81,0 +84,0 @@ );

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