New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

postmessage-communicator

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postmessage-communicator - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

9

CHANGELOG.md

@@ -13,2 +13,11 @@ # Changelog

## [v2.0.0] - 2022-11-08
- Renamed thumbnailUri to thumbnailUrl
- Changed datatype of ProjectVersion from number to string
### Added
- Public release
## [v1.0.0] - 2022-10-05

@@ -15,0 +24,0 @@

4

dist/classes/VendorCommunicator.d.ts

@@ -18,3 +18,3 @@ import { Communicator } from './Communicator';

color: string;
thumbnailUri: string;
thumbnailUrl: string;
area?: number;

@@ -27,3 +27,3 @@ }

projectId: string;
versionId: number;
versionId: string;
metadata: Metadata;

@@ -30,0 +30,0 @@ bom?: any;

{
"name": "postmessage-communicator",
"version": "1.0.0",
"version": "2.0.0",
"description": "[![Release](https://img.shields.io/github/v/release/wayfair-incubator/oss-template?display_name=tag)](CHANGELOG.md) [![Lint](https://github.com/wayfair-incubator/oss-template/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/wayfair-incubator/oss-template/actions/workflows/lint.yml) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md) [![Maintainer](https://img.shields.io/badge/Maintainer-Wayfair-7F187F)](https://wayfair.github.io)",

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

@@ -70,5 +70,5 @@ # postmessage-communicator

| -------------- | -------- | ---------------------- | ------ | --------- |
| customerUid | yes | customer identifier | number | |
| projectId | yes | project identifier | number | |
| projectVersion | no | project version number | number | undefined |
| customerUid | yes | customer identifier | string | |
| projectId | yes | project identifier | string | |
| projectVersion | no | project version | string | |
| brand | yes | brand description | string | |

@@ -78,3 +78,3 @@ | style | yes | style description | string | |

| url | yes | thumbnail image url | string | |
| bom | yes | bill of materials | object | |
| bom | yes | bill of materials | string | |

@@ -85,5 +85,5 @@ ### `designerHandOff`

| -------------- | -------- | ---------------------- | ------ | --------- |
| customerUid | yes | customer identifier | number | |
| projectId | yes | project identifier | number | |
| projectVersion | no | project version number | number | undefined |
| customerUid | yes | customer identifier | string | |
| projectId | yes | project identifier | string | |
| projectVersion | no | project version | string | |
| brand | yes | brand description | string | |

@@ -148,2 +148,3 @@ | style | yes | style description | string | |

- seandashner@gmail.com
- coutinho.dominic@outlook.com

@@ -150,0 +151,0 @@ Project Link:

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