has-pseudo-element
Advanced tools
Comparing version 0.0.1 to 1.0.0
The MIT License (MIT) | ||
Copyright (c) 2014 John Otander | ||
Copyright (c) 2014-2015 John Otander | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
@@ -5,3 +5,3 @@ { | ||
"author": "John Otander", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
@@ -25,3 +25,3 @@ "directories": { | ||
"dependencies": { | ||
"pseudo-elements": "0.0.1" | ||
"pseudo-elements": "1.0.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
# has-pseudo-element | ||
[![Build Status](https://secure.travis-ci.org/johnotander/has-pseudo-element.png?branch=master)](https://travis-ci.org/johnotander/has-pseudo-element) | ||
[![Build Status](https://secure.travis-ci.org/cssstats/has-pseudo-element.png?branch=master)](https://travis-ci.org/cssstats/has-pseudo-element) | ||
@@ -5,0 +5,0 @@ Determine whether a selector contains a pseudo-element. |
@@ -12,3 +12,4 @@ var assert = require('assert'); | ||
'.some-selector > ul > li:before', | ||
'.some-selector > ul > li::before' | ||
'.some-selector > ul > li::before', | ||
'div::backdrop' | ||
]; | ||
@@ -15,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4184
38
0
+ Addedpseudo-elements@1.0.0(transitive)
- Removedpseudo-elements@0.0.1(transitive)
Updatedpseudo-elements@1.0.0