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

@vitejs/plugin-basic-ssl

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitejs/plugin-basic-ssl - npm Package Compare versions

Comparing version 0.1.2 to 1.0.0

22

package.json
{
"name": "@vitejs/plugin-basic-ssl",
"version": "0.1.2",
"version": "1.0.0",
"license": "MIT",

@@ -19,2 +19,9 @@ "author": "Evan You and Vite Contributors",

},
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild && esno scripts/patchCJS.ts",
"test": "vitest run",
"release": "node scripts/release.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"engines": {

@@ -32,3 +39,3 @@ "node": ">=14.6.0"

"peerDependencies": {
"vite": "^3.0.0-beta.0"
"vite": "^3.0.0 || ^4.0.0"
},

@@ -53,13 +60,6 @@ "devDependencies": {

"unbuild": "^0.7.4",
"vite": "^3.0.0-beta.4",
"vite": "^4.0.0",
"vitest": "^0.15.1",
"node-forge": "^1.3.1"
},
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild && esno scripts/patchCJS.ts",
"test": "vitest run",
"release": "node scripts/release.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
}
}
}

@@ -5,3 +5,3 @@ # @vitejs/plugin-basic-ssl [![npm](https://img.shields.io/npm/v/@vitejs/plugin-basic-ssl.svg)](https://npmjs.com/package/@vitejs/plugin-basic-ssl)

In most scenarios, it is recommended to generate a secure trusted certificate instead and use it to configure [`server.https`](https://vitejs.dev/config/#server-https)
In most scenarios, it is recommended to generate a secure trusted certificate instead and use it to configure [`server.https`](https://vitejs.dev/config/server-options.html#server-https)

@@ -8,0 +8,0 @@ ## Usage

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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