Socket
Socket
Sign inDemoInstall

@salesforcedevs/docs-components

Package Overview
Dependencies
Maintainers
0
Versions
625
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforcedevs/docs-components - npm Package Compare versions

Comparing version 1.3.300-async-fix-alpha2 to 1.3.300-async-fix-alpha3

5

package.json
{
"name": "@salesforcedevs/docs-components",
"version": "1.3.300-async-fix-alpha2",
"version": "1.3.300-async-fix-alpha3",
"description": "Docs Lightning web components for DSC",

@@ -20,4 +20,3 @@ "license": "MIT",

"query-string": "^7.1.3",
"sentence-case": "^3.0.4",
"yieldable-json": "^2.0.1"
"sentence-case": "^3.0.4"
},

@@ -24,0 +23,0 @@ "devDependencies": {

3

src/modules/doc/amfTopic/amfTopic.ts

@@ -146,5 +146,7 @@ import { LightningElement, api } from "lwc";

reject(err);
worker.terminate();
}
worker.onmessage = function (e) {
worker.terminate();
if (e.data.success) {

@@ -158,2 +160,3 @@ resolve(e.data.data);

worker.onerror = function (e) {
worker.terminate();
reject(new Error(e.message));

@@ -160,0 +163,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