Socket
Socket
Sign inDemoInstall

@types/semver

Package Overview
Dependencies
0
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

2

semver/index.d.ts

@@ -176,3 +176,3 @@ // Type definitions for semver 6.0

build: ReadonlyArray<string>;
prerelease: ReadonlyArray<string>;
prerelease: ReadonlyArray<string | number>;

@@ -179,0 +179,0 @@ compare(other: string | SemVer): 1 | 0 | -1;

{
"name": "@types/semver",
"version": "6.0.0",
"version": "6.0.1",
"description": "TypeScript definitions for semver",

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

"dependencies": {},
"typesPublisherContentHash": "75e6b72cb873d79657387aea3afd0ac4887bd5fe4cb4b15c35172f04e2ec3691",
"typesPublisherContentHash": "2fbf12f1845229c1b285bd981b793f64bc89a14bb6f2d36a44eccb80c34cc946",
"typeScriptVersion": "2.0"
}

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

# Summary
This package contains type definitions for semver ( https://github.com/npm/node-semver ).
This package contains type definitions for semver (https://github.com/npm/node-semver).

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

Additional Details
* Last updated: Mon, 01 Apr 2019 20:51:31 GMT
* Last updated: Fri, 21 Jun 2019 00:42:59 GMT
* Dependencies: none

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Bart van der Schoor <https://github.com/Bartvds>, BendingBender <https://github.com/BendingBender>, Lucian Buzzo <https://github.com/LucianBuzzo>, Klaus Meinhardt <https://github.com/ajafff>.
These definitions were written by Bart van der Schoor <https://github.com/Bartvds>, BendingBender <https://github.com/BendingBender>, Lucian Buzzo <https://github.com/LucianBuzzo>, and Klaus Meinhardt <https://github.com/ajafff>.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc