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

@salesforcedevs/dx-components

Package Overview
Dependencies
Maintainers
18
Versions
1424
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforcedevs/dx-components - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

src/modules/dx/cta/__tests__/cta.test.ts

8

lwc.config.json
{
"modules": [{ "dir": "src/modules" }],
"expose": ["dx/header"]
"expose": [
"dx/cta",
"dx/dropdown",
"dx/header",
"dx/icon",
"dx/textSection"
]
}

14

package.json
{
"name": "@salesforcedevs/dx-components",
"version": "0.0.3",
"version": "0.0.4",
"description": "DX Lightning web components",

@@ -14,5 +14,13 @@ "license": "UNLICENSED",

"publishConfig": {
"access": "public"
"access": "restricted"
},
"gitHead": "4629fdd9ca18a13480044ad43515b91945d16aad"
"dependencies": {
"@popperjs/core": "^2.5.2",
"classnames": "^2.2.6",
"debounce": "^1.2.0"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/debounce": "^1.2.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