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

@paperbits/common

Package Overview
Dependencies
Maintainers
2
Versions
702
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paperbits/common - npm Package Compare versions

Comparing version 0.1.611 to 0.1.612

2

package.json
{
"name": "@paperbits/common",
"version": "0.1.611",
"version": "0.1.612",
"description": "Paperbits common components.",

@@ -5,0 +5,0 @@ "author": "Paperbits",

@@ -158,3 +158,3 @@ import * as Utils from "../utils";

public async copyPopup(key: string): Promise<PopupContract> {
const originalPage = await this.objectStorage.getObject<PopupLocalizedContract>(key);
const originalPopup = await this.objectStorage.getObject<PopupLocalizedContract>(key);
const identifier = Utils.guid();

@@ -168,6 +168,6 @@ const targetKey = `${popupsPath}/${identifier}`;

const sourceLocales = Object.keys(originalPage.locales);
const sourceLocales = Object.keys(originalPopup.locales);
for (const locale of sourceLocales) {
const sourceMetadata = originalPage.locales[locale];
const sourceMetadata = originalPopup.locales[locale];
const sourceContentKey = sourceMetadata.contentKey;

@@ -174,0 +174,0 @@ const sourcePageContent = await this.objectStorage.getObject<Contract>(sourceContentKey);

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