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

@thi.ng/arrays

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/arrays - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

8

CHANGELOG.md

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

## [0.6.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.6.4...@thi.ng/arrays@0.6.5) (2020-04-28)
**Note:** Version bump only for package @thi.ng/arrays
## [0.6.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.6.3...@thi.ng/arrays@0.6.4) (2020-04-27)

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

23

package.json
{
"name": "@thi.ng/arrays",
"version": "0.6.4",
"version": "0.6.5",
"description": "Array / Arraylike utilities",

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

},
"homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/arrays",
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/arrays#readme",
"funding": {
"type": "patreon",
"url": "https://patreon.com/thing_umbrella"
},
"author": "Karsten Schmidt <k+npm@thi.ng>",

@@ -22,2 +26,3 @@ "license": "Apache-2.0",

"build:test": "rimraf build && tsc -p test/tsconfig.json",
"build:check": "tsc --isolatedModules --noEmit",
"test": "mocha test",

@@ -43,8 +48,8 @@ "cover": "nyc mocha test && nyc report --reporter=lcov",

"dependencies": {
"@thi.ng/api": "^6.10.2",
"@thi.ng/checks": "^2.6.3",
"@thi.ng/compare": "^1.3.3",
"@thi.ng/equiv": "^1.0.20",
"@thi.ng/errors": "^1.2.11",
"@thi.ng/random": "^1.4.6",
"@thi.ng/api": "^6.10.3",
"@thi.ng/checks": "^2.6.4",
"@thi.ng/compare": "^1.3.4",
"@thi.ng/equiv": "^1.0.21",
"@thi.ng/errors": "^1.2.12",
"@thi.ng/random": "^1.4.7",
"tslib": "^1.11.1"

@@ -73,3 +78,3 @@ },

},
"gitHead": "9241bd0f7f20d33c16b505ddc2cf0cdba38d09f8"
"gitHead": "bb751118ba5a7261d322952a7ec5530860d73881"
}

@@ -35,2 +35,10 @@ <!-- This file is generated - DO NOT EDIT! -->

```html
// ES module
<script type="module" src="https://unpkg.com/@thi.ng/arrays?module" crossorigin></script>
// UMD
<script src="https://unpkg.com/@thi.ng/arrays/lib/index.umd.js" crossorigin></script>
```
Package sizes (gzipped, pre-treeshake): ESM: 1.73 KB / CJS: 1.88 KB / UMD: 1.87 KB

@@ -37,0 +45,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