postcss-normalize-charset
Advanced tools
Comparing version 1.1.1 to 4.0.0-nightly.2020.7.24
{ | ||
"name": "postcss-normalize-charset", | ||
"version": "1.1.1", | ||
"version": "4.0.0-nightly.2020.7.24", | ||
"description": "Add necessary or remove extra charset with PostCSS", | ||
@@ -13,21 +13,22 @@ "keywords": [ | ||
"files": [ | ||
"index.js" | ||
"dist" | ||
], | ||
"license": "MIT", | ||
"repository": "ben-eb/postcss-charset", | ||
"repository": "cssnano/cssnano", | ||
"bugs": { | ||
"url": "https://github.com/ben-eb/postcss-charset/issues" | ||
"url": "https://github.com/cssnano/cssnano/issues" | ||
}, | ||
"homepage": "https://github.com/ben-eb/postcss-charset", | ||
"homepage": "https://github.com/cssnano/cssnano", | ||
"dependencies": { | ||
"postcss": "^5.0.5" | ||
"postcss": "^7.0.16" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.16.0", | ||
"eslint": "^1.4.1", | ||
"postcss-devtools": "^1.1.1" | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"prebuild": "", | ||
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"", | ||
"prepublish": "" | ||
}, | ||
"scripts": { | ||
"test": "eslint index.js test && ava" | ||
"engines": { | ||
"node": ">=6.9.0" | ||
} | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# postcss-normalize-charset [![Build Status][ci-img]][ci] | ||
# postcss-normalize-charset | ||
@@ -26,3 +26,3 @@ Add necessary or remove extra charset with PostCSS | ||
Type: `boolean` | ||
Type: `boolean` | ||
Default: `true` | ||
@@ -35,12 +35,11 @@ | ||
```js | ||
postcss([ require('postcss-normalize-charset') ]) | ||
``` | ||
See the [PostCSS documentation](https://github.com/postcss/postcss#usage) for | ||
examples for your environment. | ||
See [PostCSS] docs for examples for your environment. | ||
## Contributors | ||
See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md). | ||
## License | ||
MIT © [Bogdan Chadkin](mailto:trysound@yandex.ru) | ||
[PostCSS]: https://github.com/postcss/postcss | ||
[ci-img]: https://travis-ci.org/ben-eb/postcss-normalize-charset.svg | ||
[ci]: https://travis-ci.org/ben-eb/postcss-normalize-charset |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
38
0
3819
4
44
+ Addedpicocolors@0.2.1(transitive)
+ Addedpostcss@7.0.39(transitive)
+ Addedsource-map@0.6.1(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhas-flag@1.0.0(transitive)
- Removedjs-base64@2.6.4(transitive)
- Removedpostcss@5.2.18(transitive)
- Removedsource-map@0.5.7(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.03.2.3(transitive)
Updatedpostcss@^7.0.16