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

ingrow-js-sdk

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ingrow-js-sdk - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

8

index.d.ts

@@ -1,2 +0,2 @@

interface Options {
declare interface Options {
sendDeviceInfo: boolean,

@@ -6,6 +6,8 @@ done: (err: object, response: object) => void

class Ingrow {
declare class Ingrow {
constructor(apiKey: string, projectID: string, userId?: string);
setUserID(userID: string): void;
sendEvent(stream: string, data: object, options: Options): void;
}
}
export default Ingrow
{
"name": "ingrow-js-sdk",
"version": "1.1.3",
"version": "1.1.4",
"description": "javascript module to help using Ingrow event streaming platform",

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

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