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.3 to 4.11.4

2

node-sass/index.d.ts

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

/* tslint:disable:max-line-length */
// ** Sync Sass functions receiving variable # of arguments ***

@@ -69,3 +68,2 @@ export type SyncSassVarArgFn1 = (this: SyncContext, $arg1: types.Value[]) => types.ReturnValue;

export type AsyncSassVarArgFn6 = (this: AsyncContext, $arg1: types.Value, $arg2: types.Value, $arg3: types.Value, $arg4: types.Value, $arg5: types.Value, $arg6: types.Value[], cb: SassFunctionCallback) => void;
/* tslint:enable:max-line-length */

@@ -72,0 +70,0 @@ export type SyncSassFunction = SyncSassFn | SyncSassVarArgFn1 | SyncSassVarArgFn2 | SyncSassVarArgFn3 | SyncSassVarArgFn4 | SyncSassVarArgFn5 | SyncSassVarArgFn6;

6

node-sass/package.json
{
"name": "@types/node-sass",
"version": "4.11.3",
"version": "4.11.4",
"description": "TypeScript definitions for node-sass",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-sass",

},
"typesPublisherContentHash": "adb02410a11f9944d5efdf9e301b573fd3e63539dcbd068dc86cf83c58eb3708",
"typeScriptVersion": "4.0"
"typesPublisherContentHash": "080ddca6dc1c1621d834cbf59b109beaec0d81b02c1968fa52bb7ba59ae2d14c",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Thu, 30 Jun 2022 19:02:28 GMT
* Last updated: Fri, 01 Sep 2023 20:33:30 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