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

@thi.ng/checks

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/checks - npm Package Compare versions

Comparing version 2.7.9 to 2.7.10

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.7.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.7.9...@thi.ng/checks@2.7.10) (2020-11-24)
**Note:** Version bump only for package @thi.ng/checks
## [2.7.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.7.8...@thi.ng/checks@2.7.9) (2020-09-22)

@@ -8,0 +16,0 @@

2

is-array.d.ts

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

export declare const isArray: (arg: any) => arg is any[];
export declare const isArray: <T>(arg: {} | T) => arg is T extends readonly any[] ? unknown extends T ? never : readonly any[] : any[];
//# sourceMappingURL=is-array.d.ts.map
{
"name": "@thi.ng/checks",
"version": "2.7.9",
"version": "2.7.10",
"description": "Collection of 50+ type, feature & value checks",

@@ -42,13 +42,13 @@ "module": "./index.js",

"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/api-extractor": "^7.9.11",
"@microsoft/api-extractor": "^7.12.0",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.1",
"mocha": "^8.1.2",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"ts-node": "^9.0.0",
"typedoc": "^0.18.0",
"typescript": "^4.0.2"
"typedoc": "^0.19.2",
"typescript": "^4.1.2"
},
"dependencies": {
"tslib": "^2.0.1"
"tslib": "^2.0.3"
},

@@ -61,3 +61,2 @@ "files": [

"keywords": [
"check",
"detect",

@@ -77,3 +76,3 @@ "feature",

"sideEffects": false,
"gitHead": "130dff672b56f789205177c2243169d33d479948"
"gitHead": "3a89bdfa4c58983d5e005b3e9fb056b0351198fe"
}

Sorry, the diff of this file is not supported yet

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