Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elevio

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elevio - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

2

esm/client.js

@@ -206,2 +206,4 @@ if (typeof window !== 'undefined') {

function noop(args) {
if (typeof window === 'undefined')
return;
console.warn('Elevio not loaded yet, please wait until Elevio.load has completed.');

@@ -208,0 +210,0 @@ }

@@ -209,2 +209,4 @@ "use strict";

function noop(args) {
if (typeof window === 'undefined')
return;
console.warn('Elevio not loaded yet, please wait until Elevio.load has completed.');

@@ -211,0 +213,0 @@ }

2

package.json

@@ -11,3 +11,3 @@ {

],
"version": "1.3.5",
"version": "1.3.6",
"devDependencies": {

@@ -14,0 +14,0 @@ "@skypack/package-check": "^0.2.2",

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