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

@limetech/lime-web-components-commands

Package Overview
Dependencies
Maintainers
5
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.2.0 to 2.3.0

11

CHANGELOG.md

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

# [2.3.0](https://github.com/Lundalogik/lime-web-components/compare/v2.2.1...v2.3.0) (2020-02-21)
### Features
* **dialog command:** add optional route property on createlimeobjectdialogcommand ([114d547](https://github.com/Lundalogik/lime-web-components/commit/114d5472464f3b4845f889ef7227bd5a5a29191c))
# [2.2.0](https://github.com/Lundalogik/lime-web-components/compare/v2.1.0...v2.2.0) (2019-12-20)

@@ -8,0 +19,0 @@

1

dist/es5/limeobject/create-dialog.command.js

@@ -12,2 +12,3 @@ "use strict";

function CreateLimeobjectDialogCommand() {
this.route = false;
}

@@ -14,0 +15,0 @@ CreateLimeobjectDialogCommand = __decorate([

@@ -19,2 +19,6 @@ import { Limetype } from '@limetech/lime-web-components-interfaces';

limeobject?: any;
/**
* Specifies if routing to limeobject should be done after confirmation
*/
route?: boolean;
}

@@ -17,2 +17,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

let CreateLimeobjectDialogCommand = class CreateLimeobjectDialogCommand {
constructor() {
/**
* Specifies if routing to limeobject should be done after confirmation
*/
this.route = false;
}
};

@@ -19,0 +25,0 @@ CreateLimeobjectDialogCommand = __decorate([

4

package.json
{
"name": "@limetech/lime-web-components-commands",
"version": "2.2.0",
"version": "2.3.0",
"author": "Lime Technologies",

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

},
"gitHead": "22fd9c8a45f334439b7fee79957e569e664ab8d8"
"gitHead": "6b37ff00a7b6af2cc5f3ac38079cbbe9d41c7c67"
}
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