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

@requestnetwork/add-stakeholder

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@requestnetwork/add-stakeholder - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2-next.1

6

dist/web-component.js

@@ -224,3 +224,3 @@ var B = Object.defineProperty;

};
if (await Promise.resolve(), !this.$$cn)
if (await Promise.resolve(), !this.$$cn || this.$$c)
return;

@@ -234,2 +234,4 @@ const n = {}, i = q(this);

}
for (const s in this.$$p_d)
!(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
this.$$c = new this.$$ctor({

@@ -276,3 +278,3 @@ target: this.shadowRoot || this,

this.$$cn = !1, Promise.resolve().then(() => {
this.$$cn || (this.$$c.$destroy(), this.$$c = void 0);
!this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
});

@@ -279,0 +281,0 @@ }

{
"name": "@requestnetwork/add-stakeholder",
"version": "0.1.1",
"version": "0.1.2-next.1",
"main": "./dist/web-component.umd.cjs",

@@ -15,3 +15,4 @@ "scripts": {

"clean": "rm -rf dist && rm -rf .svelte-kit",
"is-release-needed": "bash ../../scripts/is-release-needed.sh"
"check-release-type": "bash ../../scripts/check-release-type.sh",
"publish-next-release": "bash ../../scripts/publish-next-release.sh"
},

@@ -18,0 +19,0 @@ "exports": {

@@ -1,3 +0,5 @@

# Request Network Add Stakeholder Component
# Request Network Add Stakeholder Web Component
[![npm version](https://badge.fury.io/js/%40requestnetwork%2Fadd-stakeholder.svg)](https://badge.fury.io/js/%40requestnetwork%2Fadd-stakeholder)
## Introduction

@@ -20,3 +22,3 @@

```html
<AddStakeholder builderKey="..." webhookUrl=".."/>
<AddStakeholder builderKey="..." webhookUrl=".."/>
```

@@ -23,0 +25,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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