sort-the-array
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "sort-the-array", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "sorting the array", | ||
@@ -5,0 +5,0 @@ "main": "index.cjs", |
@@ -19,4 +19,4 @@ ## Installation | ||
console.log('Sorted numbers:', sortNumbers(numbers)); | ||
console.log('Sorted strings:', sortStrings(strings)); | ||
console.log('Sorted numbers:', sortNumbers(numbers)); // Sorted numbers: [ 1, 2, 4, 5, 7 ] | ||
console.log('Sorted strings:', sortStrings(strings)); // Sorted strings: [ 'apple', 'banana', 'grape', 'orange' ] | ||
``` |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
2485
1