Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/ineum

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ineum - npm Package Compare versions

Comparing version 187.0.0 to 187.0.1

16

ineum/index.d.ts

@@ -42,6 +42,6 @@ // Type definitions for non-npm package ineum-browser 187.0

opts?: {
componentStack?: string;
componentStack?: string | undefined;
meta?: {
[key: string]: string | number | boolean;
};
} | undefined;
},

@@ -53,10 +53,10 @@ ): void;

opts?: {
duration?: number;
timestamp?: number;
backendTraceId?: string;
error?: Error;
componentStack?: string;
duration?: number | undefined;
timestamp?: number | undefined;
backendTraceId?: string | undefined;
error?: Error | undefined;
componentStack?: string | undefined;
meta?: {
[key: string]: string | number | boolean;
};
} | undefined;
},

@@ -63,0 +63,0 @@ ): void;

{
"name": "@types/ineum",
"version": "187.0.0",
"version": "187.0.1",
"description": "TypeScript definitions for ineum-browser",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ineum",
"license": "MIT",

@@ -32,4 +33,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "5ab416ad60e85ef86a415e10ae1faccb1598c34d876cb529dff71ad640a9fcd1",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "c0f0e4822c07fe55fc52bcab4abef818d1c11a10cf8d1a2f4dbc17eb002beae6",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 19 Oct 2020 11:24:18 GMT
* Last updated: Thu, 08 Jul 2021 14:23:12 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `ineum`

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