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

styled-system

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-system - npm Package Compare versions

Comparing version 1.0.0-11 to 1.0.0-12

coverage.lcov

14

package.json
{
"name": "styled-system",
"version": "1.0.0-11",
"version": "1.0.0-12",
"description": "Design system utilities for styled-components, glamorous, and other css-in-js libraries",

@@ -11,3 +11,4 @@ "main": "dist/index.js",

"bench": "node bench",
"cover": "npm t && nyc report --reporter=html",
"size": "bundlesize",
"cover": "nyc report --reporter=html --reporter=lcov > coverage.lcov && codecov",
"test": "nyc ava"

@@ -32,2 +33,4 @@ },

"benchmark": "^2.1.4",
"bundlesize": "^0.13.2",
"codecov": "^2.2.0",
"funcup": "^1.0.0-0",

@@ -53,3 +56,10 @@ "grid-styled": "^2.0.0-2",

]
},
"bundlesize": [
{ "path": "dist/*.js" }
],
"repository": {
"type": "git",
"url": "git+https://github.com/jxnblk/styled-system.git"
}
}

@@ -5,4 +5,10 @@ # styled-system

[![Build Status](https://travis-ci.org/jxnblk/styled-system.svg?branch=master)](https://travis-ci.org/jxnblk/styled-system)
[![Build Status][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[build-badge]: https://img.shields.io/travis/jxnblk/styled-system/master.svg?style=flat-square
[build]: https://travis-ci.org/jxnblk/styled-system
[coverage-badge]: https://img.shields.io/codecov/c/github/jxnblk/styled-system.svg?style=flat-square
[coverage]: https://codecov.io/github/jxnblk/styled-system
```sh

@@ -285,2 +291,3 @@ npm i styled-system

- [grid-styled](https://github.com/jxnblk/grid-styled)
- [Rebass](http://jxnblk.com/rebass)
- [styled-components](https://github.com/styled-components/styled-components)

@@ -287,0 +294,0 @@ - [glamorous](https://github.com/paypal/glamorous)

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