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

@seagull/commands

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seagull/commands - npm Package Compare versions

Comparing version 1.1.3 to 1.2.0

4

dist/src/Service.d.ts
import { Command } from './Command';
export declare abstract class Service {
static create<T extends Service>(this: {
new (...args: any): T;
}, ...args: any): Promise<T>;
static create<T extends Service>(this: new (...args: any) => T, ...args: any): Promise<T>;
list: {

@@ -7,0 +5,0 @@ [key: string]: Command;

{
"name": "@seagull/commands",
"version": "1.1.3",
"version": "1.2.0",
"description": "Side Effect Functions implemented as Command Pattern for the Seagull Framework",

@@ -35,4 +35,4 @@ "main": "dist/src/index.js",

"devDependencies": {
"@seagull/testing": "^1.1.3",
"@seagull/tslint": "^1.1.3",
"@seagull/testing": "^1.2.0",
"@seagull/tslint": "^1.2.0",
"@types/lodash": "^4.14.107",

@@ -43,3 +43,3 @@ "@types/mock-fs": "^3.6.30",

"dependencies": {
"@seagull/mode": "^1.1.3",
"@seagull/mode": "^1.2.0",
"lodash": "^4.17.5",

@@ -70,3 +70,3 @@ "mode": "^0.3.2"

},
"gitHead": "089a5612ad215e568754c692c733c9eb564acaec"
"gitHead": "540fcf8a7601589cdd3c626af1f786a87bfa63b9"
}
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