@dopplerhq/universal-import-core
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -14,3 +14,4 @@ import * as encryption from "./encryption.js"; | ||
const base64URLSafe = utils.buildURLSafeBase64(encrypted); | ||
// eslint-disable-next-line security/detect-non-literal-fs-filename | ||
modal.open(base64URLSafe, resolvedKey.keyId); | ||
} |
@@ -5,3 +5,8 @@ export interface Secret { | ||
} | ||
export interface ImportPayload { | ||
secrets: Secret[]; | ||
timestamp: number; | ||
version: 1; | ||
} | ||
export declare function createPayload(secrets: Secret[]): string; | ||
export declare function buildURLSafeBase64(base64: string): string; |
{ | ||
"name": "@dopplerhq/universal-import-core", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -0,1 +1,3 @@ | ||
![npm bundle size](https://img.shields.io/bundlephobia/minzip/@dopplerhq/universal-import-core) | ||
# @dopplerhq/universal-import-core | ||
@@ -2,0 +4,0 @@ |
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
16339
92
26