Socket
Socket
Sign inDemoInstall

@types/stylus

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/stylus - npm Package Compare versions

Comparing version 0.48.32 to 0.48.33

6

stylus/index.d.ts

@@ -608,3 +608,3 @@ // Type definitions for stylus 0.48

export interface UrlFunction {
(options: UrlOptions): LiteralFunction;
(options?: UrlOptions): LiteralFunction;

@@ -1425,4 +1425,4 @@ mimes: {

export interface UrlOptions {
limit?: string;
path: string;
limit?: number | false | null;
paths?: string[];
}

@@ -1429,0 +1429,0 @@

{
"name": "@types/stylus",
"version": "0.48.32",
"version": "0.48.33",
"description": "TypeScript definitions for stylus",

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "62724f3a14578f2941fa42c4b240ac64902814e4005469d9a23c23357e431990",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "df4cb2adea451429697d159d5d6481f059d7d6258a1953a7a2b891df8fc47924",
"typeScriptVersion": "3.0"
}

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

### Additional Details
* Last updated: Mon, 23 Dec 2019 16:51:06 GMT
* Last updated: Sat, 06 Jun 2020 18:20:14 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Maxime LUCE (https://github.com/SomaticIT).
These definitions were written by [Maxime LUCE](https://github.com/SomaticIT).

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