@magnetarjs/utils
Advanced tools
Comparing version 1.1.0 to 1.2.1
@@ -6,2 +6,3 @@ export * from './internal/countHelpers.js'; | ||
export * from './internal/pathHelpers.js'; | ||
export * from './internal/storeSplit.js'; | ||
export * from './logger.js'; |
@@ -6,2 +6,3 @@ export * from './internal/countHelpers.js'; | ||
export * from './internal/pathHelpers.js'; | ||
export * from './internal/storeSplit.js'; | ||
export * from './logger.js'; |
{ | ||
"name": "@magnetarjs/utils", | ||
"version": "1.1.0", | ||
"version": "1.2.1", | ||
"type": "module", | ||
@@ -16,2 +16,7 @@ "sideEffects": false, | ||
], | ||
"scripts": { | ||
"typecheck": "tsc --noEmit", | ||
"build": "del-cli dist && tsc", | ||
"test": "echo none" | ||
}, | ||
"author": "Luca Ban - Mesqueeb", | ||
@@ -22,6 +27,6 @@ "funding": "https://github.com/sponsors/mesqueeb", | ||
"dependencies": { | ||
"@magnetarjs/types": "*", | ||
"fast-sort": "^3.4.0", | ||
"is-what": "^5.0.0", | ||
"path-to-prop": "^2.0.4", | ||
"@magnetarjs/types": "1.1.0" | ||
"path-to-prop": "^2.0.4" | ||
}, | ||
@@ -39,9 +44,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "7358494dc3072b8f1f8bb7ec64ca1ecba610b3e7", | ||
"scripts": { | ||
"typecheck": "tsc --noEmit", | ||
"build": "del-cli dist && tsc", | ||
"dev": "pnpm build --watch", | ||
"test": "echo none" | ||
} | ||
} | ||
"gitHead": "7358494dc3072b8f1f8bb7ec64ca1ecba610b3e7" | ||
} |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
13296
17
328
3
+ Added@magnetarjs/types@1.2.7(transitive)
+ Addedmerge-anything@6.0.2(transitive)
- Removed@magnetarjs/types@1.1.0(transitive)
- Removedis-what@4.1.16(transitive)
- Removedmerge-anything@5.1.7(transitive)
Updated@magnetarjs/types@*