Socket
Socket
Sign inDemoInstall

jss-vendor-prefixer

Package Overview
Dependencies
7
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

2

changelog.md

@@ -1,2 +0,2 @@

## 3.0.2 / 2016-11-17
## 3.0.2, 3.0.3 / 2016-11-17

@@ -3,0 +3,0 @@ - skip animation test in ie9

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

var isIE9 = _detectBrowser2['default'].name === 'ie' && _detectBrowser2['default'].version === '9.0.0';
describe('jss-vendor-prefixer', function () {

@@ -38,2 +40,6 @@ var jss = void 0;

describe('prefixed property', function () {
if (isIE9) {
return;
}
var sheet = void 0;

@@ -47,6 +53,2 @@

if (_detectBrowser2['default'].name === 'ie' && _detectBrowser2['default'].version === '9.0.0') {
return;
}
it('should generate correct CSS', function () {

@@ -116,2 +118,6 @@ var prefixedProp = _cssVendor2['default'].supportedProperty('animation');

describe('prefixed value', function () {
if (isIE9) {
return;
}
var sheet = void 0;

@@ -118,0 +124,0 @@

{
"name": "jss-vendor-prefixer",
"description": "JSS plugin that handles vendor prefixes on the browser",
"version": "3.0.2",
"version": "3.0.3",
"author": {

@@ -6,0 +6,0 @@ "name": "Oleg Slobodskoi",

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

var isIE9 = _detectBrowser2['default'].name === 'ie' && _detectBrowser2['default'].version === '9.0.0';
describe('jss-vendor-prefixer', function () {

@@ -38,2 +40,6 @@ var jss = void 0;

describe('prefixed property', function () {
if (isIE9) {
return;
}
var sheet = void 0;

@@ -47,6 +53,2 @@

if (_detectBrowser2['default'].name === 'ie' && _detectBrowser2['default'].version === '9.0.0') {
return;
}
it('should generate correct CSS', function () {

@@ -116,2 +118,6 @@ var prefixedProp = _cssVendor2['default'].supportedProperty('animation');

describe('prefixed value', function () {
if (isIE9) {
return;
}
var sheet = void 0;

@@ -118,0 +124,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