just-compare
Advanced tools
Comparing version 2.2.2 to 2.3.0
# just-compare | ||
## 2.3.0 | ||
### Minor Changes | ||
- Rename node module .js -> .cjs | ||
## 2.2.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "just-compare", | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"description": "compare two collections", | ||
"main": "index.js", | ||
"main": "index.cjs", | ||
"module": "index.mjs", | ||
@@ -10,3 +10,3 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"require": "./index.js", | ||
"require": "./index.cjs", | ||
"default": "./index.mjs" | ||
@@ -13,0 +13,0 @@ }, |
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
9255