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

@livecycle/sdk

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@livecycle/sdk - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

dist/index.js

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

window?.addEventListener("message", (e) => {
if ("type" in e.data && e.data.type === "livecycle-sdk-check") {
if (e.data !== null && typeof e.data === "object" && "type" in e.data && e.data.type === "livecycle-sdk-check") {
e.source?.postMessage(

@@ -67,0 +67,0 @@ {

{
"name": "@livecycle/sdk",
"version": "0.1.6",
"version": "0.1.7",
"description": "livecycle sdk",

@@ -5,0 +5,0 @@ "author": "livecycle",

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