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

util-array-object-or-both

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

util-array-object-or-both - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

6

CHANGELOG.md

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

## 4.0.1 (2021-09-13)
### Bug Fixes
- bump TS and separate ESLint plugins away from this monorepo ([2e07d42](https://github.com/codsen/codsen/commit/2e07d424222b6ffedf5fb45c83ad453627ec2904))
## 4.0.0 (2021-09-09)

@@ -8,0 +14,0 @@

2

dist/util-array-object-or-both.esm.js
/**
* @name util-array-object-or-both
* @fileoverview Validate and normalise user choice: array, object or both?
* @version 4.0.0
* @version 4.0.1
* @author Roy Revelt, Codsen Ltd

@@ -6,0 +6,0 @@ * @license MIT

/**
* @name util-array-object-or-both
* @fileoverview Validate and normalise user choice: array, object or both?
* @version 4.0.0
* @version 4.0.1
* @author Roy Revelt, Codsen Ltd

@@ -6,0 +6,0 @@ * @license MIT

{
"name": "util-array-object-or-both",
"version": "4.0.0",
"version": "4.0.1",
"description": "Validate and normalise user choice: array, object or both?",

@@ -113,3 +113,3 @@ "keywords": [

"eslint": "^7.32.0",
"lect": "^0.18.0",
"lect": "^0.18.1",
"rollup": "^2.56.3",

@@ -123,3 +123,3 @@ "rollup-plugin-ascii": "^0.0.3",

"tslib": "^2.3.1",
"typescript": "^4.4.2"
"typescript": "^4.4.3"
},

@@ -126,0 +126,0 @@ "engines": {

@@ -29,2 +29,4 @@ # util-array-object-or-both

This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required:
```bash

@@ -34,2 +36,4 @@ npm i util-array-object-or-both

If you need a legacy version which works with require, use version 3.1.0
## Quick Take

@@ -36,0 +40,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