Socket
Socket
Sign inDemoInstall

@types/diff

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/diff - npm Package Compare versions

Comparing version 0.0.22-alpha to 0.0.23-alpha

7

index.d.ts

@@ -6,2 +6,5 @@ // Type definitions for diff

export = JsDiff;
export as namespace JsDiff;
declare namespace JsDiff {

@@ -58,5 +61,1 @@ interface IDiffResult {

}
declare module "diff" {
export = JsDiff;
}
{
"name": "@types/diff",
"version": "0.0.22-alpha",
"version": "0.0.23-alpha",
"description": "TypeScript definitions for diff",

@@ -8,2 +8,6 @@ "main": "",

"author": "vvakame <https://github.com/vvakame/>",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",

@@ -10,0 +14,0 @@ "typings": "index.d.ts",

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Wed, 25 May 2016 04:20:05 GMT
* File structure: OldUMD
* Last updated: Fri, 01 Jul 2016 18:42:20 GMT
* File structure: UMD
* Library Dependencies: none

@@ -15,0 +15,0 @@ * Module Dependencies: none

@@ -13,13 +13,11 @@ {

"sourceBranch": "types-2.0",
"kind": "OldUMD",
"kind": "UMD",
"globals": [
"JsDiff"
],
"declaredModules": [
"diff"
],
"declaredModules": [],
"files": [
"index.d.ts"
],
"contentHash": "debe058a7d636aeb4387c0490e261742ed69d30414f3557131297ae8dedc17cb"
"contentHash": "987a4784fabbb4d7a8a5fee7fa4dd77d56895ad0533aff76039fb2c308075df7"
}
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