@types/ineum
Advanced tools
Comparing version 187.0.0 to 187.0.1
@@ -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` |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5497
0