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
4
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 4.11.0 to 4.12.0

11

CHANGELOG.md

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

# [4.12.0](https://github.com/Lundalogik/lime-web-components/compare/v4.11.0...v4.12.0) (2020-12-11)
### Features
* include route option in command ([9dd967a](https://github.com/Lundalogik/lime-web-components/commit/9dd967a87ecf675506f7f42939d36b6493d665df))
# [4.11.0](https://github.com/Lundalogik/lime-web-components/compare/v4.10.1...v4.11.0) (2020-12-04)

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

1

dist/es5/limeobject/save-object.command.js

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

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

@@ -15,0 +16,0 @@ SaveLimeObjectCommand = __decorate([

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

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

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

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

@@ -16,0 +22,0 @@ SaveLimeObjectCommand = __decorate([

4

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

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

},
"gitHead": "6433b274fd7e73218c51d2f84c307ec9a0b1783c"
"gitHead": "92466fa93704d845301adeaee2b3eb9369e969fe"
}
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