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

@limetech/lime-web-components

Package Overview
Dependencies
Maintainers
0
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 5.41.0 to 5.41.1

3

dist/core/decorators/factory.js

@@ -181,2 +181,5 @@ import { getElement } from '@stencil/core';

const subscription = createSubscription(component, property);
if (typeof subscription !== 'function') {
return;
}
const subscriptions = componentSubscriptions.get(component);

@@ -183,0 +186,0 @@ subscriptions.push(subscription);

@@ -168,2 +168,5 @@ "use strict";

var subscription = createSubscription(component, property);
if (typeof subscription !== 'function') {
return;
}
var subscriptions = componentSubscriptions.get(component);

@@ -170,0 +173,0 @@ subscriptions.push(subscription);

2

package.json
{
"name": "@limetech/lime-web-components",
"version": "5.41.0",
"version": "5.41.1",
"description": "Lime Web Components",

@@ -5,0 +5,0 @@ "author": "Lime Technologies",

Sorry, the diff of this file is too big to display

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