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.31 to 0.0.32

14

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

@@ -43,7 +43,7 @@

interface SourceMapOption {
sourceMapURL: string;
sourceMapBasepath: string;
sourceMapRootpath: string;
outputSourceFiles: boolean;
sourceMapFileInline: boolean;
sourceMapURL?: string;
sourceMapBasepath?: string;
sourceMapRootpath?: string;
outputSourceFiles?: boolean;
sourceMapFileInline?: boolean;
}

@@ -59,3 +59,3 @@

filename?: string;
plugins: Plugin[];
plugins?: Plugin[];
rootFileInfo?: RootFileInfo;

@@ -62,0 +62,0 @@ }

{
"name": "@types/less",
"version": "0.0.31",
"version": "0.0.32",
"description": "TypeScript definitions for LESS",
"license": "MIT",
"author": "Tom Hasner <https://github.com/thasner>",
"author": "Tom Hasner <https://github.com/thasner>, Pranay Prakash <https://github.com/pranaygp>",
"main": "",

@@ -14,4 +14,4 @@ "repository": {

"dependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "adb7adfe923ffbb53cc085d18880e75102fe1b0c47ea146714789cb61a7d9541"
"peerDependencies": {},
"typesPublisherContentHash": "d249d4541c50f9499cc75887fa42453e3ffc37711a6cbfec4f77dc8d7a0d2619"
}

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

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: Mixed
* Last updated: Mon, 12 Dec 2016 22:50:17 GMT
* Library Dependencies: none

@@ -19,2 +18,2 @@ * Module Dependencies: none

# Credits
These definitions were written by Tom Hasner <https://github.com/thasner>.
These definitions were written by Tom Hasner <https://github.com/thasner>, Pranay Prakash <https://github.com/pranaygp>.
{
"authors": "Tom Hasner <https://github.com/thasner>",
"definitionFilename": "index.d.ts",
"authors": "Tom Hasner <https://github.com/thasner>, Pranay Prakash <https://github.com/pranaygp>",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": "0",
"libraryMinorVersion": "0",
"libraryMajorVersion": 0,
"libraryMinorVersion": 0,
"libraryName": "LESS",

@@ -13,3 +12,2 @@ "typingsPackageName": "less",

"sourceBranch": "types-2.0",
"kind": "Mixed",
"globals": [

@@ -26,3 +24,3 @@ "Less",

"hasPackageJson": false,
"contentHash": "adb7adfe923ffbb53cc085d18880e75102fe1b0c47ea146714789cb61a7d9541"
"contentHash": "d249d4541c50f9499cc75887fa42453e3ffc37711a6cbfec4f77dc8d7a0d2619"
}
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