Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

normalize-css

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

normalize-css - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

index.js

12

package.json
{
"name": "normalize-css",
"version": "2.1.0",
"version": "2.2.0",
"description": "normalize.css (from http://necolas.github.com/normalize.css/)",
"main": "normalize.css",
"main": "index.js",
"scripts": {

@@ -17,7 +17,11 @@ "test": "echo \"Error: no test specified\" && exit 1"

"static",
"media"
"media",
"browserify"
],
"author": "Chris Dickinson <chris@neversaw.us>",
"license": "MIT",
"readmeFilename": "README.md"
"readmeFilename": "README.md",
"dependencies": {
"insert-css": "0.0.0"
}
}

@@ -5,4 +5,14 @@ # normalize-css

## programmatic use
Require `normalize-css` with
[browserify](https://github.com/substack/node-browserify) and it will add
itself to `<head>`.
```js
require('normalize-css');
```
# license
MIT

Sorry, the diff of this file is not supported yet

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