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

@halsp/cors

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@halsp/cors - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

0

dist/cors.middleware.d.ts

@@ -0,0 +0,0 @@ import { Middleware } from "@halsp/common";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Options } from "./options";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Context } from "@halsp/common";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

12

package.json
{
"name": "@halsp/cors",
"version": "1.0.0",
"version": "1.0.1",
"description": "Halsp 跨域插件",

@@ -28,3 +28,3 @@ "engines": {

"prebuild": "npm run lint",
"build": "rimraf ./dist/* && tsc",
"build": "sh ../../scripts/clean-dist.sh && tsc",
"lint": "eslint src test --ext .ts",

@@ -37,5 +37,5 @@ "pretest": "npm run build",

"dependencies": {
"@halsp/common": "^1.0.0",
"@halsp/http": "^1.0.0",
"@halsp/methods": "^1.0.0"
"@halsp/common": "^1.0.1",
"@halsp/http": "^1.0.1",
"@halsp/methods": "^1.0.1"
},

@@ -54,3 +54,3 @@ "files": [

],
"gitHead": "e68bd971f3bbf5062826a609ab4ed4a519a2c3e3"
"gitHead": "b5c9e9af4f1d2d1b8ebe840946c835792babff62"
}
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