Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/vinyl

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/vinyl - npm Package Compare versions

Comparing version 2.0.11 to 2.0.12

5

vinyl/index.d.ts

@@ -338,3 +338,2 @@ /// <reference types="node" />

isStream(): this is never;
isBuffer(): true;
isNull(): this is never;

@@ -347,3 +346,2 @@ isDirectory(): this is never;

contents: NodeJS.ReadableStream;
isStream(): true;
isBuffer(): this is never;

@@ -359,3 +357,2 @@ isNull(): this is never;

isBuffer(): this is never;
isNull(): true;
isDirectory(): this is DirectoryFile;

@@ -366,3 +363,2 @@ isSymbolic(): this is SymbolicFile;

interface DirectoryFile extends NullFile {
isDirectory(): true;
isSymbolic(): this is never;

@@ -373,4 +369,3 @@ }

isDirectory(): this is never;
isSymbolic(): true;
}
}

6

vinyl/package.json
{
"name": "@types/vinyl",
"version": "2.0.11",
"version": "2.0.12",
"description": "TypeScript definitions for vinyl",

@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vinyl",

},
"typesPublisherContentHash": "d8e8c1945980f199e8c82cc071b1a04527adb114fbb0bead84aa0f8884d3f14f",
"typeScriptVersion": "4.5"
"typesPublisherContentHash": "4d39b9b6291737b70ec3a41a7694f553a8d2e64884d13991c65b63b3e8375f65",
"typeScriptVersion": "4.7"
}

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

### Additional Details
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Last updated: Mon, 15 Apr 2024 23:06:59 GMT
* Dependencies: [@types/expect](https://npmjs.com/package/@types/expect), [@types/node](https://npmjs.com/package/@types/node)

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

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