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 0.0.29 to 3.10.30

6

node-sass/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for Node Sass
// Type definitions for Node Sass v3.10.1
// Project: https://github.com/sass/node-sass

@@ -25,3 +25,3 @@ // Definitions by: Asana <https://asana.com>

outFile?: string;
outputStyle?: string;
outputStyle?: "compact" | "compressed" | "expanded" | "nested";
precision?: number;

@@ -32,3 +32,3 @@ sourceComments?: boolean;

sourceMapEmbed?: boolean;
sourceMapRoot?: boolean;
sourceMapRoot?: string;
}

@@ -35,0 +35,0 @@

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

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

},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "cb3ce82cb540696518caec753310f26f3dfefb260bf2e7eef7c1269fb2735977"
"typesPublisherContentHash": "3f67355992405ba523274572a07a832ba1b745f666c98aba08e52b4a4eb625fc"
}

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

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

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

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* Last updated: Wed, 26 Oct 2016 19:23:29 GMT
* File structure: ProperModule

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

@@ -8,5 +8,5 @@ {

"moduleDependencies": [],
"libraryMajorVersion": "0",
"libraryMinorVersion": "0",
"libraryName": "Node Sass",
"libraryMajorVersion": "3",
"libraryMinorVersion": "10",
"libraryName": "Node Sass v3.10.1",
"typingsPackageName": "node-sass",

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

"hasPackageJson": false,
"contentHash": "cb3ce82cb540696518caec753310f26f3dfefb260bf2e7eef7c1269fb2735977"
"contentHash": "3f67355992405ba523274572a07a832ba1b745f666c98aba08e52b4a4eb625fc"
}
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