New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

inlines

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inlines - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

dist/index.d.ts

4

package.json
{
"name": "inlines",
"description": "When you just want to use the style prop in React",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/index.js",
"types": "src/index.ts",
"types": "dist/index.d.ts",
"type": "module",

@@ -8,0 +8,0 @@ "scripts": {

@@ -49,2 +49,3 @@ import { createElement, forwardRef } from 'react'

export type { Props, Style, As }
export { styled, css, keyframes }

@@ -0,1 +1,2 @@

import { CSSAttribute } from 'goober'
import {

@@ -9,3 +10,3 @@ ComponentClass,

export type Props = PropsWithChildren<any>
export type Style = CSSProperties & any
export type Style = CSSProperties & { [key: string]: string | CSSAttribute }
export type As = string | FunctionComponent<any> | ComponentClass<any, any>
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