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

postcss-fontpath

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-fontpath - npm Package Compare versions

Comparing version

to
0.1.1

2

index.js

@@ -36,4 +36,2 @@ 'use strict';

console.log(src);
// IE Fix src prop

@@ -40,0 +38,0 @@ decl.cloneBefore({ prop: 'src', value: ieSrc });

2

package.json
{
"name": "postcss-fontpath",
"version": "0.1.0",
"version": "0.1.1",
"description": "PostCSS plugin that adds a font-path attribute to @font-face which expands to the FontSpring syntax",

@@ -5,0 +5,0 @@ "keywords": [

@@ -18,3 +18,3 @@ # postcss-fontpath

@font-face {
font-family: 'Test';
font-family: 'My Font';
src: url("/path/to/font/file.eot");

@@ -44,3 +44,3 @@ src: url("/path/to/font/file.eot?#iefix") format('embedded-opentype'),

MIT © [Sean King](http://simpla.io)
MIT © [Sean King](https://twitter.com/seaneking)

@@ -54,3 +54,3 @@ [npm-image]: https://badge.fury.io/js/postcss-fontpath.svg

[PostCSS]: https://github.com/postcss/postcss
[fontspring]: http://blog.fontspring.com/2011/02/the-new-bulletproof-font-face-syntax/
[fontspring]: http://blog.fontspring.com/2011/02/further-hardening-of-the-bulletproof-syntax/