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

@seagull/commands

Package Overview
Dependencies
Maintainers
4
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 3.4.2 to 5.0.0

dist/src/CommandService.d.ts

2

dist/src/index.d.ts
export * from './Command';
export * from './Service';
export * from './CommandService';

@@ -7,3 +7,3 @@ "use strict";

__export(require("./Command"));
__export(require("./Service"));
__export(require("./CommandService"));
//# sourceMappingURL=index.js.map

@@ -35,3 +35,3 @@ "use strict";

}
class SRV extends src_1.Service {
class SRV extends src_1.CommandService {
initialize() {

@@ -98,5 +98,5 @@ return __awaiter(this, void 0, void 0, function* () {

Test = __decorate([
mocha_typescript_1.suite('Service')
mocha_typescript_1.suite('CommandService')
], Test);
exports.Test = Test;
//# sourceMappingURL=Service.js.map
{
"name": "@seagull/commands",
"version": "3.4.2",
"version": "5.0.0",
"description": "Side Effect Functions implemented as Command Pattern for the Seagull Framework",

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

"devDependencies": {
"@seagull/mode": "3.4.1",
"@seagull/testing": "^3.4.2",
"@seagull/tslint": "^3.4.2",
"@seagull/mode": "^4.0.0",
"@seagull/testing": "^5.0.0",
"@seagull/tslint": "^5.0.0",
"@types/lodash": "^4.14.123",

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

"dependencies": {
"@seagull/mode": "^3.4.2",
"@seagull/mode": "^5.0.0",
"lodash": "^4.17.5",

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

},
"gitHead": "f92dbd662be108e8eda251158c0a52e0cf7380ac"
"gitHead": "f9a46da57a1edc72a9f8b968b88d7609051520f0"
}
export * from './Command'
export * from './Service'
export * from './CommandService'
import 'chai/register-should'
import { skip, slow, suite, test, timeout } from 'mocha-typescript'
import { Command, Service } from '../src'
import { Command, CommandService } from '../src'

@@ -16,3 +16,3 @@ // dummy command

// dummy service
class SRV extends Service {
class SRV extends CommandService {
async initialize() {

@@ -23,3 +23,3 @@ // do stuff

@suite('Service')
@suite('CommandService')
export class Test {

@@ -26,0 +26,0 @@ @test

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