Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "prefiks", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Get the vendors prefixes of a css properties, according to can i use datas.", | ||
@@ -39,5 +39,5 @@ "keywords": [ | ||
"grunt": "~0.4.5", | ||
"grunt-coffeelint": "0.0.10", | ||
"grunt-contrib-clean": "^0.5.0", | ||
"grunt-contrib-coffee": "^0.10.1", | ||
"grunt-coffeelint": "0.0.13", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-contrib-coffee": "^0.12.0", | ||
"grunt-contrib-nodeunit": "~0.4.1", | ||
@@ -49,4 +49,4 @@ "grunt-contrib-watch": "~0.6.1" | ||
"lodash": "^2.4.1", | ||
"semver": "^3.0.1" | ||
"semver": "^4.0.3" | ||
} | ||
} |
@@ -46,3 +46,3 @@ "use strict"; | ||
test.deepEqual( prefiks( "transforms2d", "op_mob" ), [ "webkit", "o" ], "Should be [ 'webkit', 'o' ]." ); | ||
test.deepEqual( prefiks( "transforms2d", "and_chr" ), [ "webkit" ], "Should be [ 'webkit' ]." ); | ||
test.deepEqual( prefiks( "transforms2d", "and_chr" ), [], "Should be []." ); | ||
test.deepEqual( prefiks( "transforms2d", "and_ff" ), [], "Should be []." ); | ||
@@ -49,0 +49,0 @@ test.deepEqual( prefiks( "transforms2d", "ie_mob" ), [], "Should be []." ); |
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
18545
+ Addedsemver@4.3.6(transitive)
- Removedsemver@3.0.1(transitive)
Updatedsemver@^4.0.3