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.35 to 0.48.36

22

stylus/index.d.ts

@@ -18,8 +18,8 @@ // Type definitions for stylus 0.48

interface RenderOptions {
globals?: Stylus.Dictionary<any>;
functions?: Stylus.Dictionary<any>;
imports?: string[];
paths?: string[];
filename?: string;
Evaluator?: typeof Stylus.Evaluator;
globals?: Stylus.Dictionary<any> | undefined;
functions?: Stylus.Dictionary<any> | undefined;
imports?: string[] | undefined;
paths?: string[] | undefined;
filename?: string | undefined;
Evaluator?: typeof Stylus.Evaluator | undefined;
}

@@ -1018,3 +1018,3 @@ type RenderCallback = (err: Error, css: string, js: string) => void;

*/
toJSON(): { __type: string; segments: Node[]; name: string; expr?: Expression; literal?: Literal; lineno: number; column: number; filename: string };
toJSON(): { __type: string; segments: Node[]; name: string; expr?: Expression | undefined; literal?: Literal | undefined; lineno: number; column: number; filename: string };
}

@@ -1231,3 +1231,3 @@

*/
toJSON(): { __type: string; left: Node; right: Node; val?: string; lineno: number; column: number; filename: string };
toJSON(): { __type: string; left: Node; right: Node; val?: string | undefined; lineno: number; column: number; filename: string };
}

@@ -1340,3 +1340,3 @@

*/
toJSON(): { __type: string; type: string; segments: Node[]; block?: Block; lineno: number; column: number; filename: string };
toJSON(): { __type: string; type: string; segments: Node[]; block?: Block | undefined; lineno: number; column: number; filename: string };
}

@@ -1354,4 +1354,4 @@ }

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

@@ -1358,0 +1358,0 @@

{
"name": "@types/stylus",
"version": "0.48.35",
"version": "0.48.36",
"description": "TypeScript definitions for stylus",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stylus",

},
"typesPublisherContentHash": "94662646d1743a771db8011ae4adf5084849d29505a7cee055786ab72f662b85",
"typesPublisherContentHash": "f73b86e7131b923f55b043f1cc8c2e8b38a6e7d0d179cd396aec803074b7c599",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Tue, 08 Jun 2021 07:31:24 GMT
* Last updated: Fri, 02 Jul 2021 22:33:08 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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