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

@types/umzug

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/umzug - npm Package Compare versions

Comparing version 2.3.8 to 2.3.9

6

umzug/index.d.ts

@@ -234,11 +234,11 @@ import { EventEmitter } from "events";

eventName: "migrating" | "reverting" | "migrated" | "reverted",
cb: (name: string, migration: Migration) => void,
cb?: (name: string, migration: Migration) => void,
): this;
addListener(
eventName: "migrating" | "reverting" | "migrated" | "reverted",
cb: (name: string, migration: Migration) => void,
cb?: (name: string, migration: Migration) => void,
): this;
removeListener(
eventName: "migrating" | "reverting" | "migrated" | "reverted",
cb: (name: string, migration: Migration) => void,
cb?: (name: string, migration: Migration) => void,
): this;

@@ -245,0 +245,0 @@ }

{
"name": "@types/umzug",
"version": "2.3.8",
"version": "2.3.9",
"description": "TypeScript definitions for umzug",

@@ -43,4 +43,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/umzug",

"peerDependencies": {},
"typesPublisherContentHash": "7cacc20733813d1ccd7521f4748c430350978cc7475dc514b7fa02790fd3aa27",
"typesPublisherContentHash": "d1a9e00639013f4e4e20a217b203c75f2a257ebe6583c73b9250912ffc59e9b2",
"typeScriptVersion": "4.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 31 Oct 2024 05:35:24 GMT
* Last updated: Thu, 31 Oct 2024 18:02:52 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/sequelize](https://npmjs.com/package/@types/sequelize), [mongodb](https://npmjs.com/package/mongodb)

@@ -14,0 +14,0 @@

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