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.20-alpha to 0.48.21-alpha

8

index.d.ts

@@ -8,2 +8,5 @@ // Type definitions for stylus 0.48.1

declare var stylus: Stylus.Static;
export = stylus;
declare namespace Stylus {

@@ -1444,6 +1447,1 @@

}
declare module "stylus" {
var stylus: Stylus.Static;
export = stylus;
}
{
"name": "@types/stylus",
"version": "0.48.20-alpha",
"version": "0.48.21-alpha",
"description": "TypeScript definitions for stylus 0.48.1",

@@ -8,7 +8,11 @@ "main": "",

"author": "Maxime LUCE <https://github.com/SomaticIT>",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",
"typings": "index.d.ts",
"dependencies": {
"@types/node": "*"
"@types/node": "4.0.*"
}
}

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Wed, 25 May 2016 04:20:38 GMT
* File structure: OldUMD
* Last updated: Fri, 01 Jul 2016 18:42:34 GMT
* File structure: ProperModule
* Library Dependencies: node
* Module Dependencies: none
* Global values: Stylus
* Global values: stylus, Stylus
# Credits
These definitions were written by Maxime LUCE <https://github.com/SomaticIT>.

@@ -15,4 +15,5 @@ {

"sourceBranch": "types-2.0",
"kind": "OldUMD",
"kind": "ProperModule",
"globals": [
"stylus",
"Stylus"

@@ -26,3 +27,3 @@ ],

],
"contentHash": "87a8d868df88c4dd74994ff07076b808f23814a9f748243992a9f81efea2b1e4"
"contentHash": "4aed25f2fdfdbbaef9bf95f8d6578fd5e73626bfc436692c47b79e538b76e5e4"
}
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