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
38
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.1.7 to 0.1.15

LICENSE

8

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

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

"debounce": "^1.2.0",
"lodash.get": "^4.4.2"
"lodash.get": "^4.4.2",
"tippy.js": "^6.2.7"
},

@@ -26,3 +27,4 @@ "devDependencies": {

"@types/debounce": "^1.2.0"
}
},
"gitHead": "6859180766893de51743401c19d1b80273244cc6"
}

@@ -12,4 +12,4 @@ import { LightningElement, api } from "lwc";

get preTitle() {
return `Epsiode ${this.episodeNumber}`;
return `Episode ${this.episodeNumber}`;
}
}

Sorry, the diff of this file is too big to display

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