Socket
Socket
Sign inDemoInstall

@types/node-sass

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/node-sass - npm Package Compare versions

Comparing version 4.11.1 to 4.11.2

42

node-sass/index.d.ts

@@ -9,3 +9,3 @@ // Type definitions for node-sass 4.11

export type ImporterReturnType = { file: string } | { file?: string; contents: string } | Error | null | types.Null | types.Error;
export type ImporterReturnType = { file: string } | { file?: string | undefined; contents: string } | Error | null | types.Null | types.Error;

@@ -81,20 +81,20 @@ /**

export interface Options {
file?: string;
data?: string;
importer?: Importer | Importer[];
functions?: FunctionDeclarations;
includePaths?: string[];
indentedSyntax?: boolean;
indentType?: string;
indentWidth?: number;
linefeed?: string;
omitSourceMapUrl?: boolean;
outFile?: string;
outputStyle?: "compact" | "compressed" | "expanded" | "nested";
precision?: number;
sourceComments?: boolean;
sourceMap?: boolean | string;
sourceMapContents?: boolean;
sourceMapEmbed?: boolean;
sourceMapRoot?: string;
file?: string | undefined;
data?: string | undefined;
importer?: Importer | Importer[] | undefined;
functions?: FunctionDeclarations | undefined;
includePaths?: string[] | undefined;
indentedSyntax?: boolean | undefined;
indentType?: string | undefined;
indentWidth?: number | undefined;
linefeed?: string | undefined;
omitSourceMapUrl?: boolean | undefined;
outFile?: string | undefined;
outputStyle?: "compact" | "compressed" | "expanded" | "nested" | undefined;
precision?: number | undefined;
sourceComments?: boolean | undefined;
sourceMap?: boolean | string | undefined;
sourceMapContents?: boolean | undefined;
sourceMapEmbed?: boolean | undefined;
sourceMapRoot?: string | undefined;
[key: string]: any;

@@ -104,4 +104,4 @@ }

export interface SyncOptions extends Options {
functions?: FunctionDeclarations<SyncSassFunction>;
importer?: SyncImporter | SyncImporter[];
functions?: FunctionDeclarations<SyncSassFunction> | undefined;
importer?: SyncImporter | SyncImporter[] | undefined;
}

@@ -108,0 +108,0 @@

{
"name": "@types/node-sass",
"version": "4.11.1",
"version": "4.11.2",
"description": "TypeScript definitions for node-sass",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-sass",
"license": "MIT",

@@ -29,4 +30,4 @@ "contributors": [

},
"typesPublisherContentHash": "523fd36cd2b673bd27b5baafa9fc3beae29e23aac8a432b288f58c2bf100282a",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "98b232f71a2825e7af037a8dd97bb63469d66090f4695ab632df7756310674b0",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Fri, 15 May 2020 11:31:22 GMT
* Last updated: Wed, 07 Jul 2021 00:01:49 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