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

@emigrate/plugin-tools

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emigrate/plugin-tools - npm Package Compare versions

Comparing version 0.9.4 to 0.9.5

3

dist/index.d.ts

@@ -11,5 +11,2 @@ import { type PluginFromType, type GeneratorPlugin, type EmigrateReporter, type EmigrateStorage, type LoaderPlugin, type StringOrModule } from '@emigrate/types';

onNewMigration(migration: import("@emigrate/types").MigrationMetadata, content: string): import("@emigrate/types").Awaitable<void>;
onMigrationRemoveStart(migration: import("@emigrate/types").MigrationMetadata): import("@emigrate/types").Awaitable<void>;
onMigrationRemoveSuccess(migration: import("@emigrate/types").SuccessfulMigrationMetadata): import("@emigrate/types").Awaitable<void>;
onMigrationRemoveError(migration: import("@emigrate/types").FailedMigrationMetadata, error: Error): import("@emigrate/types").Awaitable<void>;
onMigrationStart(migration: import("@emigrate/types").MigrationMetadata): import("@emigrate/types").Awaitable<void>;

@@ -16,0 +13,0 @@ onMigrationSuccess(migration: import("@emigrate/types").SuccessfulMigrationMetadata): import("@emigrate/types").Awaitable<void>;

4

package.json
{
"name": "@emigrate/plugin-tools",
"version": "0.9.4",
"version": "0.9.5",
"publishConfig": {

@@ -36,3 +36,3 @@ "access": "public"

"import-from-esm": "1.3.3",
"@emigrate/types": "0.11.0"
"@emigrate/types": "0.12.0"
},

@@ -39,0 +39,0 @@ "volta": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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