Socket
Socket
Sign inDemoInstall

@agile-ts/utils

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agile-ts/utils - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

9

CHANGELOG.md
# @agile-ts/utils
## 0.0.3
### Patch Changes
- f561c34: - added move method
- fixed 0 as itemKey issue
- fixed computed tracking
## 0.0.2
### Patch Changes

@@ -5,0 +14,0 @@

2

dist/index.js

@@ -45,3 +45,3 @@ "use strict";

});
if (!items && !config.createUndefinedArray)
if (items == null && !config.createUndefinedArray)
return [];

@@ -48,0 +48,0 @@ return Array.isArray(items) ? items : [items];

{
"name": "@agile-ts/utils",
"version": "0.0.2",
"version": "0.0.3",
"author": "BennoDev",

@@ -5,0 +5,0 @@ "license": "MIT",

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