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

product-fruits

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

product-fruits - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

2

package.json
{
"name": "product-fruits",
"version": "1.0.14",
"version": "1.0.15",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

export type ProductFruitsPushObject = Array<any> & {
}
declare global {
type ProductFruitsPushObject = Array<any> & {
}
export type Options = {
disableLocationChangeDetection?: boolean;
type ProductFruitsInitOptions = {
disableLocationChangeDetection?: boolean;
}
}

@@ -13,3 +15,3 @@

declare const productFruits: {
init: (workspaceCode: string, language: string, userObject: any, options?: Options) => void,
init: (workspaceCode: string, language: string, userObject: any, options?: ProductFruitsInitOptions) => void,
safeExec: (callback: ($productFruits: ProductFruitsPushObject) => void) => void

@@ -16,0 +18,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