@vue-storefront/core
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -1,9 +0,10 @@ | ||
export declare function apiClientFactory<API_CLIENT_METHODS, API_CLIENT_SETTINGS>(factoryParams: { | ||
interface FactoryParams<T> { | ||
defaultSettings: any; | ||
onSetup: any; | ||
}): { | ||
override(overrides: API_CLIENT_METHODS): void; | ||
setup(config: API_CLIENT_SETTINGS): void; | ||
update(config: API_CLIENT_SETTINGS): void; | ||
getSettings: () => API_CLIENT_SETTINGS; | ||
onSetup: (config: T) => void; | ||
} | ||
export declare function apiClientFactory<ALL_SETTINGS, CONFIGURABLE_SETTINGS>(factoryParams: FactoryParams<ALL_SETTINGS>): { | ||
setup(config: ALL_SETTINGS): void; | ||
update(config: CONFIGURABLE_SETTINGS): void; | ||
getSettings: () => ALL_SETTINGS; | ||
}; | ||
export {}; |
@@ -6,5 +6,5 @@ export * from './utils'; | ||
interface Window { | ||
$VSF: any; | ||
$vuestorefront: any; | ||
} | ||
} | ||
export declare function track(id: string): void; |
{ | ||
"name": "@vue-storefront/core", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"sideEffects": false, | ||
@@ -14,3 +14,4 @@ "main": "lib/index.cjs.js", | ||
"@vue/composition-api": "^1.0.0-beta.8", | ||
"vue": "^2.6.11" | ||
"vue": "^2.6.11", | ||
"lodash-es": "^4.17.15" | ||
}, | ||
@@ -17,0 +18,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
510816
25
5825
3
+ Addedlodash-es@^4.17.15
+ Addedlodash-es@4.17.21(transitive)