@types/semver
Advanced tools
Comparing version 7.1.0 to 7.2.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for semver 7.1 | ||
// Type definitions for semver 7.2 | ||
// Project: https://github.com/npm/node-semver | ||
@@ -8,2 +8,3 @@ // Definitions by: Bart van der Schoor <https://github.com/Bartvds> | ||
// ExE Boss <https://github.com/ExE-Boss> | ||
// Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/semver | ||
@@ -82,2 +83,3 @@ | ||
import semverIntersects = require('./ranges/intersects'); | ||
import simplifyRange = require('./ranges/simplify'); | ||
@@ -95,2 +97,3 @@ export { | ||
semverIntersects as intersects, | ||
simplifyRange as simplify, | ||
}; | ||
@@ -97,0 +100,0 @@ |
{ | ||
"name": "@types/semver", | ||
"version": "7.1.0", | ||
"version": "7.2.0", | ||
"description": "TypeScript definitions for semver", | ||
@@ -31,2 +31,7 @@ "license": "MIT", | ||
"githubUsername": "ExE-Boss" | ||
}, | ||
{ | ||
"name": "Piotr Błażejewicz", | ||
"url": "https://github.com/peterblazejewicz", | ||
"githubUsername": "peterblazejewicz" | ||
} | ||
@@ -45,4 +50,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "416d3be355e7222d5f4e1aa0090d8831e4c7ea5f6a4e3cda4b1ecf3505f6fec4", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "a85c812786f6121af7012f9234a35445623e4933797ddf4b52584d65deaec9ef", | ||
"typeScriptVersion": "2.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 27 Jan 2020 21:41:19 GMT | ||
* Last updated: Wed, 13 May 2020 16:20:54 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,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), and ExE Boss (https://github.com/ExE-Boss). | ||
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), [ExE Boss](https://github.com/ExE-Boss), and [Piotr Błażejewicz](https://github.com/peterblazejewicz). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22834
43
549
0