machinepack-arrays
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -24,3 +24,4 @@ module.exports = { | ||
description: 'The array of dictionaries to iterate over.', | ||
example: [{}], | ||
typeclass: 'array', | ||
// example: [{}], | ||
required: true | ||
@@ -27,0 +28,0 @@ }, |
@@ -24,3 +24,4 @@ module.exports = { | ||
description: 'The array to sort.', | ||
example: [{}], | ||
typeclass: 'array', | ||
// example: [{}], | ||
required: true | ||
@@ -27,0 +28,0 @@ }, |
@@ -24,3 +24,4 @@ module.exports = { | ||
description: 'The array of dictionaries to remove duplicates from.', | ||
example: [{}], | ||
typeclass: 'array', | ||
// example: [{}], | ||
required: true | ||
@@ -27,0 +28,0 @@ }, |
{ | ||
"name": "machinepack-arrays", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Work with arrays.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
37100
1427