product-fruits
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "product-fruits", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
export type ProductFruitsPushObject = Array & { | ||
declare type ProductFruitsPushObject = Array & { | ||
} | ||
export type Options = { | ||
declare type Options = { | ||
disableLocationChangeDetection?: boolean; | ||
} | ||
function init(workspaceCode: string, language: string, userObject: any); | ||
function safeExec(callback: ($productFruits: ProductFruitsPushObject) => void) | ||
declare function init(workspaceCode: string, language: string, userObject: any); | ||
declare function safeExec(callback: ($productFruits: ProductFruitsPushObject) => void) | ||
@@ -12,0 +12,0 @@ export const productFruits = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2932