postcss-unique-selectors
Advanced tools
Comparing version 4.0.0-rc.2 to 4.0.0
@@ -23,7 +23,5 @@ 'use strict'; | ||
exports.default = (0, _postcss.plugin)('postcss-unique-selectors', function () { | ||
return function (css) { | ||
return css.walkRules(unique); | ||
}; | ||
exports.default = (0, _postcss.plugin)('postcss-unique-selectors', () => { | ||
return css => css.walkRules(unique); | ||
}); | ||
module.exports = exports['default']; |
{ | ||
"name": "postcss-unique-selectors", | ||
"version": "4.0.0-rc.2", | ||
"version": "4.0.0", | ||
"description": "Ensure CSS selectors are unique.", | ||
@@ -19,3 +19,3 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"homepage": "https://github.com/ben-eb/cssnano", | ||
"homepage": "https://github.com/cssnano/cssnano", | ||
"author": { | ||
@@ -26,6 +26,6 @@ "name": "Ben Briggs", | ||
}, | ||
"repository": "ben-eb/cssnano", | ||
"repository": "cssnano/cssnano", | ||
"devDependencies": { | ||
"babel-cli": "^6.0.0", | ||
"cross-env": "^3.0.0" | ||
"cross-env": "^5.0.0" | ||
}, | ||
@@ -38,7 +38,7 @@ "dependencies": { | ||
"bugs": { | ||
"url": "https://github.com/ben-eb/cssnano/issues" | ||
"url": "https://github.com/cssnano/cssnano/issues" | ||
}, | ||
"engines": { | ||
"node": ">=4" | ||
"node": ">=6.9.0" | ||
} | ||
} |
@@ -40,3 +40,3 @@ # [postcss][postcss]-unique-selectors | ||
See [CONTRIBUTORS.md](https://github.com/ben-eb/cssnano/blob/master/CONTRIBUTORS.md). | ||
See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md). | ||
@@ -43,0 +43,0 @@ ## License |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
0
3759
5
16
1