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

@dopplerhq/universal-import-react

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dopplerhq/universal-import-react - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

8

dist/index.js

@@ -155,6 +155,6 @@ import { encryption, utils } from "@dopplerhq/universal-import-core";

function openImportTab(payload, keyId) {
const params = new URLSearchParams();
params.set("payload", payload);
params.set("keyId", keyId);
openWindow(`${DOPPLER_DASHBOARD_URL}/import?${params.toString()}`, 800, 800);
const url = new URL("/import", DOPPLER_DASHBOARD_URL);
url.searchParams.set("payload", payload);
url.searchParams.set("keyId", keyId);
openWindow(url.toString(), 800, 800);
}

@@ -161,0 +161,0 @@ function openWindow(url, windowWidth, windowHeight) {

{
"name": "@dopplerhq/universal-import-react",
"version": "0.0.7",
"version": "0.0.8",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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