New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/vinyl-fs

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/vinyl-fs - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

10

vinyl-fs/index.d.ts

@@ -84,3 +84,11 @@ // Type definitions for vinyl-fs 2.4

*/
declare function watch(globs: string|string[], opt?: { interval?: number; debounceDelay?: number; cwd?: string; maxListeners?: () => number; }, cb?: (outEvt: { type: any; path: any; old: any; }) => void): _events.EventEmitter;
declare function watch(
globs: string|string[],
opt?: {
interval?: number;
debounceDelay?: number;
cwd?: string;
maxListeners?: () => number;
},
cb?: (outEvt: { type: any; path: any; old: any; }) => void): _events.EventEmitter;

@@ -87,0 +95,0 @@ /**

4

vinyl-fs/package.json
{
"name": "@types/vinyl-fs",
"version": "2.4.0",
"version": "2.4.1",
"description": "TypeScript definitions for vinyl-fs",

@@ -24,4 +24,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "0de0c93a7ae7c4a2b9c82843e13bee4070f6248347fecf0bf6ef8146a37a8450",
"typesPublisherContentHash": "54dc63a58ab361915a10dcb23c224708e516cd546b1fc682a16ffaf8ea579559",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 17 Feb 2017 20:54:40 GMT
* Last updated: Thu, 23 Feb 2017 18:39:28 GMT
* Dependencies: events, vinyl, glob-stream, node

@@ -14,0 +14,0 @@ * Global values: none

@@ -34,5 +34,5 @@ {

"hasPackageJson": false,
"contentHash": "0de0c93a7ae7c4a2b9c82843e13bee4070f6248347fecf0bf6ef8146a37a8450"
"contentHash": "54dc63a58ab361915a10dcb23c224708e516cd546b1fc682a16ffaf8ea579559"
},
"isLatest": true
}
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