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 3.0.0 to 3.0.1

6

less/index.d.ts

@@ -121,2 +121,4 @@ // Type definitions for LESS 3.x

};
/** Read files synchronously in Node.js */
syncImport?: boolean;
}

@@ -158,4 +160,4 @@

render(input: string, callback: (error: Less.RenderError, output: Less.RenderOutput) => void): void;
render(input: string, options: Less.Options, callback: (error: Less.RenderError, output: Less.RenderOutput) => void): void;
render(input: string, callback: (error: Less.RenderError, output: Less.RenderOutput | undefined) => void): void;
render(input: string, options: Less.Options, callback: (error: Less.RenderError, output: Less.RenderOutput | undefined) => void): void;

@@ -162,0 +164,0 @@ render(input: string): Promise<Less.RenderOutput>;

{
"name": "@types/less",
"version": "3.0.0",
"version": "3.0.1",
"description": "TypeScript definitions for LESS",

@@ -29,11 +29,12 @@ "license": "MIT",

"main": "",
"types": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/less"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "024f4a012c83181602f2d6839cbe1815464ee2c336f04f6973a56ea651356d0f",
"typesPublisherContentHash": "a8580f1ccd42fa3bb5d57a3d9746644c5c2f0bed63a61a6cdde3eb485146e243",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 16 Oct 2018 15:59:03 GMT
* Last updated: Fri, 25 Oct 2019 20:27:33 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: Less, less

# Credits
These definitions were written by Tom Hasner <https://github.com/thasner>, Pranay Prakash <https://github.com/pranaygp>, Daniel Waxweiler <https://github.com/dwaxweiler>, Richard Lea <https://github.com/chigix>.
These definitions were written by Tom Hasner <https://github.com/thasner>, Pranay Prakash <https://github.com/pranaygp>, Daniel Waxweiler <https://github.com/dwaxweiler>, and Richard Lea <https://github.com/chigix>.
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