🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@cantoo/capacitor-http-server

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

@cantoo/capacitor-http-server - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+13
-4
package.json
{
"name": "@cantoo/capacitor-http-server",
"version": "1.0.0",
"version": "1.0.1",
"description": "Capacitor plugin exposing a local HTTP server on iOS and Android with routing delegated to JavaScript.",

@@ -9,2 +9,11 @@ "main": "dist/plugin.cjs.js",

"unpkg": "dist/plugin.js",
"exports": {
".": {
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/plugin.cjs.js",
"default": "./dist/esm/index.js"
},
"./package.json": "./package.json"
},
"files": [

@@ -22,8 +31,8 @@ "android/src/main/",

"type": "git",
"url": "git+https://github.com/Sharcoux/capacitor-http-server.git"
"url": "git+https://github.com/cantoo-scribe/capacitor-http-server.git"
},
"bugs": {
"url": "https://github.com/Sharcoux/capacitor-http-server/issues"
"url": "https://github.com/cantoo-scribe/capacitor-http-server/issues"
},
"homepage": "https://github.com/Sharcoux/capacitor-http-server#readme",
"homepage": "https://github.com/cantoo-scribe/capacitor-http-server#readme",
"publishConfig": {

@@ -30,0 +39,0 @@ "access": "public"