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 3.10.31 to 3.10.32

3

node-sass/index.d.ts

@@ -8,5 +8,6 @@ // Type definitions for Node Sass v3.10.1

type ImporterReturnType = { file: string } | { contents: string } | Error | null;
interface Importer {
(url: string, prev: string, done: (data: { file: string; contents: string; }) => void): void;
(url: string, prev: string, done: (data: ImporterReturnType) => void): ImporterReturnType | void;
}

@@ -13,0 +14,0 @@

{
"name": "@types/node-sass",
"version": "3.10.31",
"description": "TypeScript definitions for Node Sass v3.10.1",
"version": "3.10.32",
"description": "TypeScript definitions for Node Sass",
"license": "MIT",

@@ -17,4 +17,3 @@ "author": "Asana <https://asana.com>",

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "c711d15f284b00b195834d9b7500061dc0066525b931763052768673713c8d28"
"typesPublisherContentHash": "78c101919bf7066231184f5d90d8e2ae44c2a8c6cc87e92d3cfb84d21b22c818"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for Node Sass v3.10.1 (https://github.com/sass/node-sass).
This package contains type definitions for Node Sass (https://github.com/sass/node-sass).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Tue, 22 Nov 2016 20:59:28 GMT
* Last updated: Tue, 29 Nov 2016 20:44:39 GMT
* File structure: ProperModule

@@ -15,0 +15,0 @@ * Library Dependencies: node

{
"authors": "Asana <https://asana.com>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [

@@ -10,3 +9,3 @@ "node"

"libraryMinorVersion": 10,
"libraryName": "Node Sass v3.10.1",
"libraryName": "Node Sass",
"typingsPackageName": "node-sass",

@@ -25,3 +24,3 @@ "projectName": "https://github.com/sass/node-sass",

"hasPackageJson": false,
"contentHash": "c711d15f284b00b195834d9b7500061dc0066525b931763052768673713c8d28"
"contentHash": "78c101919bf7066231184f5d90d8e2ae44c2a8c6cc87e92d3cfb84d21b22c818"
}
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