@dopplerhq/universal-import-core
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14138
50