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

styled-tools

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-tools - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

types/index.d.ts

18

CHANGELOG.md

@@ -0,1 +1,15 @@

# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.2.0"></a>
# [1.2.0](https://github.com/diegohaz/styled-tools/compare/v1.1.0...v1.2.0) (2018-08-18)
### Features
* Add TypeScript typings ([#46](https://github.com/diegohaz/styled-tools/issues/46)) ([4e1cc5a](https://github.com/diegohaz/styled-tools/commit/4e1cc5a)), closes [#40](https://github.com/diegohaz/styled-tools/issues/40)
<a name="1.1.0"></a>

@@ -35,5 +49,1 @@ # [1.1.0](https://github.com/diegohaz/styled-tools/compare/v1.0.0...v1.1.0) (2018-08-08)

* **ifProp:** Accept functions in values ([8e334b7](https://github.com/diegohaz/styled-tools/commit/8e334b7))
{
"name": "styled-tools",
"version": "1.1.0",
"version": "1.2.0",
"description": "Utilities for styled-components",

@@ -9,2 +9,3 @@ "license": "MIT",

"module": "dist/es/index.js",
"types": "types/index.d.ts",
"author": {

@@ -19,3 +20,4 @@ "name": "Diego Haz",

"files": [
"dist"
"dist",
"types"
],

@@ -27,2 +29,3 @@ "scripts": {

"lint": "eslint src test benchmark",
"type-check": "tsc",
"flow": "flow check",

@@ -38,3 +41,3 @@ "flow-typed": "flow-typed install",

"preversion": "npm run lint && npm test && npm run build",
"version": "standard-changelog && git add CHANGELOG.md",
"release": "standard-version",
"postpublish": "git push origin master --follow-tags"

@@ -75,6 +78,7 @@ },

"rimraf": "^2.6.2",
"standard-changelog": "^2.0.0",
"standard-version": "^4.4.0",
"styled-components": "^3.3.3",
"styled-tools": "^1.0.0"
"styled-tools": "^1.0.0",
"typescript": "^3.0.1"
}
}

@@ -6,2 +6,3 @@ # styled-tools 💅

[![NPM downloads](https://img.shields.io/npm/dm/styled-tools.svg?style=flat-square)](https://npmjs.org/package/styled-tools)
[![Dependencies](https://img.shields.io/david/diegohaz/styled-tools/master.svg?style=flat-square)](https://david-dm.org/diegohaz/styled-tools)
[![Build Status](https://img.shields.io/travis/diegohaz/styled-tools/master.svg?style=flat-square)](https://travis-ci.org/diegohaz/styled-tools) [![Coverage Status](https://img.shields.io/codecov/c/github/diegohaz/styled-tools/master.svg?style=flat-square)](https://codecov.io/gh/diegohaz/styled-tools/branch/master)

@@ -8,0 +9,0 @@

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