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.2 to 1.1.3

10

package.json
{
"name": "@seagull/commands",
"version": "1.1.2",
"version": "1.1.3",
"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.1",
"@seagull/tslint": "^1.0.2",
"@seagull/testing": "^1.1.3",
"@seagull/tslint": "^1.1.3",
"@types/lodash": "^4.14.107",

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

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

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

},
"gitHead": "75776f498de3342a8a8e5f5b4d780d4196f4b06a"
"gitHead": "089a5612ad215e568754c692c733c9eb564acaec"
}

@@ -13,3 +13,3 @@ import { Command } from './Command'

static async create<T extends Service>(
this: { new (...args: any): T },
this: new (...args: any) => T,
...args: any

@@ -16,0 +16,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