@salesforcedevs/dx-components
Advanced tools
Comparing version 0.1.7 to 0.1.15
{ | ||
"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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2010278
350
18361
0
13
31
5
1
+ Addedtippy.js@^6.2.7
+ Addedtippy.js@6.3.7(transitive)