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

@master/normal.css

Package Overview
Dependencies
Maintainers
1
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master/normal.css - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

28

package.json

@@ -1,1 +0,27 @@

{"name":"@master/normal.css","license":"MIT","description":"Normalize browser's styles with less than 1KB css","author":"Aoyue Design LTD.","main":"index.css","private":false,"funding":"https://opencollective.com/master-style","repository":{"type":"git","url":"https://github.com/master-style/normal.css.git"},"keywords":["normalize","browser","style","css","font","smoothing","box-sizing","text","rendering","lightweight","antialiased"],"version":"1.0.3"}
{
"name": "@master/normal.css",
"license": "MIT",
"description": "Normalize browser's styles with less than 1KB css",
"author": "Aoyue Design LTD.",
"main": "index.css",
"private": false,
"funding": "https://opencollective.com/master-style",
"repository": {
"type": "git",
"url": "https://github.com/master-style/normal.css.git"
},
"keywords": [
"normalize",
"browser",
"style",
"css",
"font",
"smoothing",
"box-sizing",
"text",
"rendering",
"lightweight",
"antialiased"
],
"version": "1.0.4"
}

@@ -6,2 +6,3 @@ <br><br>

<p align="center">
<<<<<<< HEAD
<b>normal.css</b>

@@ -22,2 +23,18 @@ </p>

- [Feature](#feature)
=======
<b>{{ PACKAGE_NAME }}</b>
</p>
<p align="center">{{ package.description }}</p>
<p align="center">
<a href="https://circleci.com/gh/{{ ORG_NAME }}/workflows/{{ PACKAGE_NAME }}/tree/main">
<img src="https://img.shields.io/circleci/build/github/{{ ORG_NAME }}/{{ PACKAGE_NAME }}/main.svg?logo=circleci&logoColor=fff&label=CircleCI" alt="CI status" />
</a>&nbsp;
<a href="https://www.npmjs.com/{{ package.name }}">
<img src="https://img.shields.io/npm/v/{{ package.name }}.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen" alt="Angular on npm" />
</a>&nbsp;
<a href="https://github.com/{{ ORG_NAME }}/{{ PACKAGE_NAME }}/blob/main/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/{{ ORG_NAME }}/{{ PACKAGE_NAME }}"></a>
</p>
###### CONTENTS
>>>>>>> package/css
- [Install](#install)

@@ -27,2 +44,3 @@ - [CDN](#cdn)

<<<<<<< HEAD
# Feature

@@ -53,2 +71,15 @@ - Less than **< 1 KB**

@import '@master/normal.css';
=======
# Install
```sh
npm install {{ package.name }}
```
## CDN
- [jsdelivr](https://www.jsdelivr.com/package/npm/{{ package.name }})
- [unpkg](https://unpkg.com/{{ package.name }})
# Usage
```css
@import '{{ package.name }}';
>>>>>>> package/css
```
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