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

@salesforcedevs/docs-components

Package Overview
Dependencies
Maintainers
29
Versions
651
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 0.21.1 to 0.22.0

4

package.json
{
"name": "@salesforcedevs/docs-components",
"version": "0.21.1",
"version": "0.22.0",
"description": "Docs Lightning web components for DSC",

@@ -17,3 +17,3 @@ "license": "MIT",

},
"gitHead": "0bc4dfed21c8b36dc921f5d9e5a1977217abe46c"
"gitHead": "4a6bdaf5c490103e5620c3199b24528b4d3d26f0"
}

@@ -14,6 +14,2 @@ import ContentMedia from "doc/contentMedia";

afterEach(() => {
jest.clearAllMocks();
});
afterAll(() => {

@@ -20,0 +16,0 @@ global.console = originalConsole;

@@ -86,11 +86,3 @@ import Button from "dx/button";

describe(TAG, () => {
afterAll(() => {
jest.resetAllMocks();
});
describe("desktop", () => {
afterEach(() => {
jest.clearAllMocks();
});
it("renders", () => {

@@ -97,0 +89,0 @@ const element = render();

@@ -17,3 +17,2 @@ import HeadingAnchor from "doc/headingAnchor";

afterEach(() => {
jest.resetAllMocks();
Object.defineProperty(global.navigator, "clipboard", {

@@ -20,0 +19,0 @@ value: originalClipboard,

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