Socket
Socket
Sign inDemoInstall

@types/semver

Package Overview
Dependencies
2
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.0 to 7.2.0

semver/ranges/simplify.d.ts

5

semver/index.d.ts

@@ -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 @@

11

semver/package.json
{
"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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc