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.36 to 0.48.37

4

stylus/index.d.ts

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

params: Params;
body: Block;
block: Block;

@@ -1290,3 +1290,3 @@ constructor(name: string, params: Params, body: Block);

*/
toJSON(): { __type: string; name: string; params: Params; body: Block; lineno: number; column: number; filename: string };
toJSON(): { __type: string; name: string; params: Params; block: Block; lineno: number; column: number; filename: string };
}

@@ -1293,0 +1293,0 @@

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

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

},
"typesPublisherContentHash": "f73b86e7131b923f55b043f1cc8c2e8b38a6e7d0d179cd396aec803074b7c599",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "ad1ce36487e3496de2663310026ff81ccdf489428287fa7a3347a7be56187af0",
"typeScriptVersion": "3.9"
}

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

### Additional Details
* Last updated: Fri, 02 Jul 2021 22:33:08 GMT
* Last updated: Mon, 28 Mar 2022 16:01:45 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