You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@bunt/app

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.20.0 to 0.21.0

2

dist/Application.js

@@ -45,3 +45,3 @@ "use strict";

this.logger.debug("add", route);
(0, util_1.assert)(!__classPrivateFieldGet(this, _Application_unit, "f").has(route.action), `This route was already added`);
(0, util_1.assert)(!__classPrivateFieldGet(this, _Application_unit, "f").has(route.action), "This route was already added");
__classPrivateFieldGet(this, _Application_unit, "f").add(route.action);

@@ -48,0 +48,0 @@ __classPrivateFieldGet(this, _Application_routes, "f").push(route);

{
"name": "@bunt/app",
"version": "0.20.0",
"version": "0.21.0",
"keywords": [

@@ -29,9 +29,9 @@ "typescript"

"dependencies": {
"@bunt/input": "^0.20.0",
"@bunt/unit": "^0.20.0",
"@bunt/util": "^0.20.0",
"@bunt/input": "^0.21.0",
"@bunt/unit": "^0.21.0",
"@bunt/util": "^0.21.0",
"path-to-regexp": "^6.2.0"
},
"license": "MIT",
"gitHead": "ab2aa7e9c5bb465cdc204d8daa701c6f259e4a84"
"gitHead": "b392d4e501e82223a764537d758d0519c087eb0d"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc