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.10 to 0.0.11

1

dist/index.js

@@ -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;

2

package.json
{
"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 @@

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