Socket
Socket
Sign inDemoInstall

@types/less

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/less - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

less/LICENSE

10

less/index.d.ts
// Type definitions for LESS
// Project: http://lesscss.org/
// Definitions by: Tom Hasner <https://github.com/thasner>, Pranay Prakash <https://github.com/pranaygp>
// Definitions by: Tom Hasner <https://github.com/thasner>
// Pranay Prakash <https://github.com/pranaygp>
// Daniel Waxweiler <https://github.com/dwaxweiler>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -82,2 +84,6 @@

modifyVars(vars: { [name: string]: string }): void;
refreshStyles(): void;
render(input: string, callback: (error: Less.RenderError, output: Less.RenderOutput) => void): void;

@@ -90,2 +96,4 @@ render(input: string, options: Less.Options, callback: (error: Less.RenderError, output: Less.RenderOutput) => void): void;

version: number[];
watch(): void;
}

@@ -92,0 +100,0 @@

{
"name": "@types/less",
"version": "0.0.32",
"version": "0.0.33",
"description": "TypeScript definitions for LESS",
"license": "MIT",
"author": "Tom Hasner <https://github.com/thasner>, Pranay Prakash <https://github.com/pranaygp>",
"contributors": [
{
"name": "Tom Hasner",
"url": "https://github.com/thasner",
"githubUsername": "thasner"
},
{
"name": "Pranay Prakash",
"url": "https://github.com/pranaygp",
"githubUsername": "pranaygp"
},
{
"name": "Daniel Waxweiler",
"url": "https://github.com/dwaxweiler",
"githubUsername": "dwaxweiler"
}
],
"main": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "d249d4541c50f9499cc75887fa42453e3ffc37711a6cbfec4f77dc8d7a0d2619"
"typesPublisherContentHash": "63ddacbff5181af04762e3968dc8d7105f44df8115f4cad3f92606fb50958dae",
"typeScriptVersion": "2.0"
}

9

less/README.md

@@ -8,11 +8,10 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/less
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/less
Additional Details
* Last updated: Mon, 12 Dec 2016 22:50:17 GMT
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Fri, 01 Jun 2018 16:26:34 GMT
* Dependencies: none
* Global values: Less, less
# Credits
These definitions were written by Tom Hasner <https://github.com/thasner>, Pranay Prakash <https://github.com/pranaygp>.
These definitions were written by Tom Hasner <https://github.com/thasner>, Pranay Prakash <https://github.com/pranaygp>, Daniel Waxweiler <https://github.com/dwaxweiler>.
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