Socket
Socket
Sign inDemoInstall

version-selector-type

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 3.0.0

102

package.json
{
"name": "version-selector-type",
"version": "2.0.1",
"description": "Returns the type and normalized version of a version selector",
"main": "index.js",
"typings": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"engines": {
"node": ">=4"
},
"scripts": {
"test": "preview && node test",
"md": "mos"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/version-selector-type.git"
},
"keywords": [
"semver",
"version",
"range",
"tag",
"dist-tag",
"selector"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/version-selector-type/issues"
},
"homepage": "https://github.com/pnpm/version-selector-type#readme",
"devDependencies": {
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"package-preview": "^1.0.3",
"tape": "^4.8.0"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
},
"dependencies": {
"semver": "^6.0.0"
}
"name": "version-selector-type",
"version": "3.0.0",
"description": "Returns the type and normalized version of a version selector",
"main": "index.js",
"typings": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"engines": {
"node": ">=10.13"
},
"scripts": {
"test": "preview && node test",
"md": "mos"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/version-selector-type.git"
},
"keywords": [
"semver",
"version",
"range",
"tag",
"dist-tag",
"selector"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/version-selector-type/issues"
},
"homepage": "https://github.com/pnpm/version-selector-type#readme",
"devDependencies": {
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"package-preview": "^3.0.0",
"tape": "^5.0.0"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
},
"dependencies": {
"semver": "^7.3.2"
}
}

@@ -12,3 +12,3 @@ # version-selector-type

```sh
npm i -S version-selector-type
<pnpm|npm|yarn> add version-selector-type
```

@@ -15,0 +15,0 @@

Sorry, the diff of this file is not supported yet

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