Socket
Socket
Sign inDemoInstall

typed-styles

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

index.js.flow

21

package.json
{
"name": "typed-styles",
"version": "0.0.1",
"version": "0.0.2",
"description": "Typed styles for cssinjs",
"main": "src/index.js",
"author": "lttb <kenzhaev.artur@gmail.com>",
"license": "MIT",
"keywords": [
"jss",
"styled-jss",
"react",
"typed-styles",
"flowtype"
],
"scripts": {

@@ -15,11 +25,2 @@ "lint": "eslint src",

},
"keywords": [
"jss",
"styled-jss",
"react",
"typed-styles",
"flowtype"
],
"author": "lttb <kenzhaev.artur@gmail.com>",
"license": "MIT",
"devDependencies": {

@@ -26,0 +27,0 @@ "babel-eslint": "^8.0.1",

# Typed Styles
```sh
npm i typed-styles
```
## Usage
```js
import type {Styles} from 'typed-styles'
const styles: Styles = {
height: 100,
width: 100,
display: 'block'
}
```
## License
MIT

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc