Socket
Socket
Sign inDemoInstall

@types/long

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/long - npm Package Compare versions

Comparing version 3.0.21-alpha to 3.0.22-alpha

8

index.d.ts

@@ -350,5 +350,5 @@ // Type definitions for long.js 3.0.2

declare module 'long' {
namespace Long {}
export = Long;
}
declare namespace Long {}
export = Long;
export as namespace Long;
{
"name": "@types/long",
"version": "3.0.21-alpha",
"version": "3.0.22-alpha",
"description": "TypeScript definitions for long.js 3.0.2",

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

"author": "Peter Kooijmans <https://github.com/peterkooijmans/>",
"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:23 GMT
* File structure: OldUMD
* Last updated: Fri, 01 Jul 2016 18:42:28 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": [
"Long"
],
"declaredModules": [
"long"
],
"declaredModules": [],
"files": [
"index.d.ts"
],
"contentHash": "3dd287a3d2df5a584860c84a370100dffe8e7d3c84e06a3951960f03a5c78601"
"contentHash": "dacd3d217ed0b2fa5ccb56c6172b446fb9742aab494976d168f8aa102ae419db"
}
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