Socket
Socket
Sign inDemoInstall

@types/semver

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/semver - npm Package Compare versions

Comparing version 7.3.5 to 7.3.6

8

semver/classes/comparator.d.ts

@@ -1,6 +0,6 @@

import sermver = require('../index');
import semver = require('../index');
import SemVer = require('./semver');
declare class Comparator {
constructor(comp: string | Comparator, optionsOrLoose?: boolean | sermver.Options);
constructor(comp: string | Comparator, optionsOrLoose?: boolean | semver.Options);

@@ -11,8 +11,8 @@ semver: SemVer;

loose: boolean;
options: sermver.Options;
options: semver.Options;
parse(comp: string): void;
test(version: string | SemVer): boolean;
intersects(comp: Comparator, optionsOrLoose?: boolean | sermver.Options): boolean;
intersects(comp: Comparator, optionsOrLoose?: boolean | semver.Options): boolean;
}
export = Comparator;
{
"name": "@types/semver",
"version": "7.3.5",
"version": "7.3.6",
"description": "TypeScript definitions for semver",

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

"dependencies": {},
"typesPublisherContentHash": "02e66d1c9334cac84b6f2b7d3c4dcc30ba36c1c5baf1748ebd92ff0e2af0eb33",
"typesPublisherContentHash": "95253969ae98013bed1a0f310b82094ddb782fed2abe2dc80822cb48085474a9",
"typeScriptVersion": "3.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 26 Apr 2021 10:31:22 GMT
* Last updated: Thu, 13 May 2021 17:01:34 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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