New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@limetech/lime-web-components-testing

Package Overview
Dependencies
Maintainers
5
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@limetech/lime-web-components-testing - npm Package Compare versions

Comparing version 4.23.3-alpha.1 to 4.23.3-alpha.2

dist/es5/lime-web-components/src/commandbus/commandbus.js

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [4.23.3-alpha.2](https://github.com/Lundalogik/lime-web-components/compare/v4.23.3-alpha.1...v4.23.3-alpha.2) (2021-11-15)
**Note:** Version bump only for package @limetech/lime-web-components-testing
## [4.23.3-alpha.1](https://github.com/Lundalogik/lime-web-components/compare/v4.23.3-alpha.0...v4.23.3-alpha.1) (2021-09-28)

@@ -8,0 +16,0 @@

3

dist/es5/lime-web-components/src/index.js

@@ -17,1 +17,4 @@ "use strict";

__exportStar(require("./query"), exports);
__exportStar(require("./http"), exports);
__exportStar(require("./commandbus"), exports);
__exportStar(require("./eventdispatcher"), exports);

@@ -0,1 +1,2 @@

import { HttpClient, CommandBus, EventDispatcher } from '..';
/**

@@ -11,2 +12,5 @@ * Service container for the Lime CRM platform

*/
get(name: PlatformServiceName.CommandBus | 'commandBus'): CommandBus;
get(name: PlatformServiceName.EventDispatcher | 'eventDispatcher'): EventDispatcher;
get(name: PlatformServiceName.Http | 'http'): HttpClient;
get(name: PlatformServiceName | string): any;

@@ -13,0 +17,0 @@ /**

2

dist/lime-web-components/src/core/platform.js
/**
* Core platform service names
*/
// eslint-disable-next-line no-shadow
/* eslint-disable @typescript-eslint/no-shadow */
export var PlatformServiceName;

@@ -6,0 +6,0 @@ (function (PlatformServiceName) {

@@ -5,1 +5,4 @@ export * from './core';

export * from './query';
export * from './http';
export * from './commandbus';
export * from './eventdispatcher';

@@ -5,1 +5,4 @@ export * from './core';

export * from './query';
export * from './http';
export * from './commandbus';
export * from './eventdispatcher';
{
"name": "@limetech/lime-web-components-testing",
"version": "4.23.3-alpha.1",
"version": "4.23.3-alpha.2",
"author": "Lime Technologies",

@@ -36,3 +36,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components",

"dependencies": {
"@limetech/lime-web-components-interfaces": "^4.23.3-alpha.1"
"@limetech/lime-web-components-interfaces": "^4.23.3-alpha.2"
},

@@ -45,3 +45,3 @@ "devDependencies": {

},
"gitHead": "551b85eb981dbd66e306688e5302446d62e1759a"
"gitHead": "83930a21fd4493cf9a6ffe3d10a481d9a0927393"
}
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