Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

version-compare

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

version-compare - npm Package Compare versions

Comparing version 3.6.0 to 3.7.0-next.1701776962.611e3cc4709af6cd32d49b9d3ad48e103933ec9b

23

package.json
{
"name": "version-compare",
"version": "3.6.0",
"version": "3.7.0-next.1701776962.611e3cc4709af6cd32d49b9d3ad48e103933ec9b",
"description": "Comparator to determine if a version is less than, equivalent to, or greater than another version",

@@ -186,16 +186,16 @@ "homepage": "https://github.com/bevry/version-compare",

"dependencies": {
"editions": "^6.16.0"
"editions": "^6.17.0"
},
"devDependencies": {
"@bevry/update-contributors": "^1.23.0",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"assert-helpers": "^11.6.0",
"eslint": "^8.54.0",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"assert-helpers": "^11.8.0",
"eslint": "^8.55.0",
"eslint-config-bevry": "^5.2.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"kava": "^7.4.0",
"make-deno-edition": "^2.0.0",
"make-deno-edition": "^2.0.1",
"prettier": "^3.1.0",

@@ -244,4 +244,5 @@ "projectz": "^3.4.0",

"singleQuote": true,
"trailingComma": "es5"
"trailingComma": "es5",
"endOfLine": "lf"
}
}
}

@@ -60,3 +60,3 @@ <!-- TITLE/ -->

``` typescript
import pkg from 'https://unpkg.com/version-compare@^3.6.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/version-compare@^3.7.0/edition-deno/index.ts'
```

@@ -63,0 +63,0 @@

{
"compilerOptions": {
"allowJs": true,
"downlevelIteration": true,
"esModuleInterop": true,
"isolatedModules": true,
"maxNodeModuleJsDepth": 5,
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"target": "ES2022",
"module": "ESNext",
"downlevelIteration": true
"target": "ES2022"
},
"include": ["source"]
}
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