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 1.1.29 to 1.2.30

9

vinyl/index.d.ts

@@ -1,3 +0,3 @@

// Type definitions for vinyl 1.1.0
// Project: https://github.com/wearefractal/vinyl
// Type definitions for vinyl 1.2.0
// Project: https://github.com/gulpjs/vinyl
// Definitions by: vvakame <https://github.com/vvakame/>, jedmao <https://github.com/jedmao>

@@ -148,4 +148,9 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

public static isVinyl(obj: any): boolean;
/**
* Checks if a property is not managed internally.
*/
public static isCustomProp(name: string): boolean;
}
export = File;
{
"name": "@types/vinyl",
"version": "1.1.29",
"description": "TypeScript definitions for vinyl 1.1.0",
"version": "1.2.30",
"description": "TypeScript definitions for vinyl 1.2.0",
"license": "MIT",

@@ -17,3 +17,3 @@ "author": "vvakame <https://github.com/vvakame/>, jedmao <https://github.com/jedmao>",

"typings": "index.d.ts",
"typesPublisherContentHash": "da8f5e5bd997a6d304488b8d11ad5dd9cf15fbec94a3c2a8687e9dda6facabbf"
"typesPublisherContentHash": "a60f6d74b57cbc40bbd16a7df37c77c562a97e9f0e6bb5f6eb6450c5e70a715d"
}

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

# Summary
This package contains type definitions for vinyl 1.1.0 (https://github.com/wearefractal/vinyl).
This package contains type definitions for vinyl 1.2.0 (https://github.com/gulpjs/vinyl).

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

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* Last updated: Sun, 25 Sep 2016 23:34:51 GMT
* File structure: ProperModule

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

@@ -11,6 +11,6 @@ {

"libraryMajorVersion": "1",
"libraryMinorVersion": "1",
"libraryName": "vinyl 1.1.0",
"libraryMinorVersion": "2",
"libraryName": "vinyl 1.2.0",
"typingsPackageName": "vinyl",
"projectName": "https://github.com/wearefractal/vinyl",
"projectName": "https://github.com/gulpjs/vinyl",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",

@@ -29,3 +29,3 @@ "sourceBranch": "types-2.0",

"hasPackageJson": false,
"contentHash": "da8f5e5bd997a6d304488b8d11ad5dd9cf15fbec94a3c2a8687e9dda6facabbf"
"contentHash": "a60f6d74b57cbc40bbd16a7df37c77c562a97e9f0e6bb5f6eb6450c5e70a715d"
}
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