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

@bit-js/blitz

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bit-js/blitz - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

2

lib/routers/base.d.ts

@@ -5,3 +5,3 @@ /// <reference types="node" />

import type { Options } from '../internal/tree/types';
export default abstract class Router<BasicRouter extends BaseRouter<GenericHandler>> {
export default abstract class Router<BasicRouter extends BaseRouter<GenericHandler> = BaseRouter<GenericHandler>> {
readonly options: Options;

@@ -8,0 +8,0 @@ /**

{
"name": "@bit-js/blitz",
"main": "lib/index.js",
"version": "1.0.17",
"version": "1.0.18",
"type": "module",

@@ -6,0 +6,0 @@ "devDependencies": {

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