Socket
Socket
Sign inDemoInstall

@types/stylis

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/stylis - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

8

stylis/index.d.ts

@@ -9,4 +9,4 @@ // Type definitions for stylis 4.0

export interface Element {
parent?: Element;
children?: Element[] | string;
parent?: Element | undefined;
children?: Element[] | string | undefined;
root: Element;

@@ -18,4 +18,4 @@ type: string;

return: string;
line?: number;
column?: number;
line?: number | undefined;
column?: number | undefined;
}

@@ -22,0 +22,0 @@

{
"name": "@types/stylis",
"version": "4.0.0",
"version": "4.0.1",
"description": "TypeScript definitions for stylis",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stylis",
"license": "MIT",

@@ -22,4 +23,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "2ec7939a210b9e476c2485e9279f0acd4455dda5d7112d81b15a06793dd72b31",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "5b02484d5df95a127780f061a6cb4659b3aded5faf4ea187f91f626d8e9765de",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 21 Jul 2020 18:50:27 GMT
* Last updated: Fri, 02 Jul 2021 22:33:08 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `stylis`

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