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.6 to 1.3.7

1

esm/client.js

@@ -0,1 +1,2 @@

'use client';
if (typeof window !== 'undefined') {

@@ -2,0 +3,0 @@ // @ts-ignore

@@ -0,1 +1,2 @@

'use client';
export {};

@@ -0,3 +1,4 @@

'use client';
import client from './client';
import react from './react';
export { client, react };

@@ -0,1 +1,2 @@

'use client';
import * as React from 'react';

@@ -2,0 +3,0 @@ import Elevio from './client';

"use strict";
'use client';
Object.defineProperty(exports, "__esModule", { value: true });

@@ -3,0 +4,0 @@ if (typeof window !== 'undefined') {

"use strict";
'use client';
Object.defineProperty(exports, "__esModule", { value: true });
"use strict";
'use client';
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -3,0 +4,0 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

"use strict";
'use client';
var __extends = (this && this.__extends) || (function () {

@@ -3,0 +4,0 @@ var extendStatics = function (d, b) {

2

package.json

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

],
"version": "1.3.6",
"version": "1.3.7",
"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