🎩 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.1
to
1.0.2
CantooCapacitorHttpServer.podspec

Sorry, the diff of this file is not supported yet

+5
-5

@@ -6,10 +6,10 @@ // swift-tools-version:5.9

// of the plugin sources. Consumers install the plugin via CocoaPods using
// `CapacitorHttpServer.podspec` at the repository root.
// `CantooCapacitorHttpServer.podspec` at the repository root.
let package = Package(
name: "CapacitorHttpServer",
name: "CantooCapacitorHttpServer",
platforms: [.iOS(.v13)],
products: [
.library(
name: "CapacitorHttpServer",
targets: ["CapacitorHttpServer"]
name: "CantooCapacitorHttpServer",
targets: ["CantooCapacitorHttpServer"]
)

@@ -23,3 +23,3 @@ ],

.target(
name: "CapacitorHttpServer",
name: "CantooCapacitorHttpServer",
dependencies: [

@@ -26,0 +26,0 @@ .product(name: "Capacitor", package: "capacitor-swift-pm"),

{
"name": "@cantoo/capacitor-http-server",
"version": "1.0.1",
"version": "1.0.2",
"description": "Capacitor plugin exposing a local HTTP server on iOS and Android with routing delegated to JavaScript.",

@@ -24,3 +24,3 @@ "main": "dist/plugin.cjs.js",

"ios/Package.swift",
"CapacitorHttpServer.podspec"
"CantooCapacitorHttpServer.podspec"
],

@@ -27,0 +27,0 @@ "author": "Cantoo Scribe",

Sorry, the diff of this file is not supported yet