New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cfworker/web

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cfworker/web - npm Package Compare versions

Comparing version 5.0.5 to 5.0.6

1

dist/commonjs/index.d.ts

@@ -1,2 +0,1 @@

export { escape as htmlEncode } from 'html-escaper';
export * from './accepts.js';

@@ -3,0 +2,0 @@ export * from './application.js';

@@ -17,4 +17,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var html_escaper_1 = require("html-escaper");
Object.defineProperty(exports, "htmlEncode", { enumerable: true, get: function () { return html_escaper_1.escape; } });
__exportStar(require("./accepts.js"), exports);

@@ -21,0 +19,0 @@ __exportStar(require("./application.js"), exports);

@@ -1,2 +0,1 @@

export { escape as htmlEncode } from 'html-escaper';
export * from './accepts.js';

@@ -3,0 +2,0 @@ export * from './application.js';

@@ -1,2 +0,1 @@

export { escape as htmlEncode } from 'html-escaper';
export * from './accepts.js';

@@ -3,0 +2,0 @@ export * from './application.js';

15

package.json
{
"name": "@cfworker/web",
"version": "5.0.5",
"version": "5.0.6",
"description": "Web framework for Cloudflare Workers and service workers, inspired by Koa and fastify",

@@ -48,4 +48,3 @@ "keywords": [

"dependencies": {
"@cfworker/json-schema": "^4.0.3",
"@types/html-escaper": "^3.0.2",
"@cfworker/json-schema": "^4.1.1",
"@types/statuses": "^2.0.5",

@@ -56,3 +55,3 @@ "cookie": "^1.0.2",

"path-to-regexp": "7.1.0",
"secure-json-parse": "^3.0.1",
"secure-json-parse": "^3.0.2",
"statuses": "^2.0.1"

@@ -64,7 +63,7 @@ },

"chai": "^5.1.2",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"jsonpointer": "^5.0.1",
"mocha": "^11.0.1",
"typescript": "^5.7.2",
"wrangler": "^3.95.0"
"mocha": "^11.1.0",
"typescript": "^5.7.3",
"wrangler": "^3.107.2"
},

@@ -71,0 +70,0 @@ "tshy": {

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