Socket
Socket
Sign inDemoInstall

postcss-normalize-charset

Package Overview
Dependencies
Maintainers
6
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-normalize-charset - npm Package Compare versions

Comparing version 1.1.1 to 4.0.0-nightly.2020.1.9

dist/index.js

27

package.json
{
"name": "postcss-normalize-charset",
"version": "1.1.1",
"version": "4.0.0-nightly.2020.1.9",
"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": ">=10.13.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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc