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

@dopplerhq/universal-import-core

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-core - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

dist/encryption.js

@@ -1,3 +0,5 @@

import { seal } from "tweetnacl-sealedbox-js";
import { encodeBase64, decodeBase64 } from "tweetnacl-util";
import tweetnacl from "tweetnacl-util";
import tweetnaclSealedbox from "tweetnacl-sealedbox-js";
const { encodeBase64, decodeBase64 } = tweetnacl;
const { seal } = tweetnaclSealedbox;
const DOPPLER_UNIVERSAL_KEY_URL = "https://keys.doppler.com/universal-import/latest.json";

@@ -4,0 +6,0 @@ export async function fetchKeyInfo() {

{
"name": "@dopplerhq/universal-import-core",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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