@xylabs/set
Advanced tools
Comparing version 3.6.12 to 4.0.0
@@ -1,2 +0,7 @@ | ||
export * from './lib/index.ts'; | ||
//# sourceMappingURL=index.d.ts.map | ||
declare const difference: <TKey>(a: Set<TKey>, b: Set<TKey>) => Set<TKey>; | ||
declare const intersection: <TKey>(a: Set<TKey>, b: Set<TKey>) => Set<TKey>; | ||
declare const union: <TKey>(a: Set<TKey>, b: Set<TKey>) => Set<TKey>; | ||
export { difference, intersection, union }; |
@@ -19,14 +19,7 @@ { | ||
".": { | ||
"require": { | ||
"types": "./dist/neutral/index.d.cts", | ||
"default": "./dist/neutral/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/neutral/index.d.ts", | ||
"default": "./dist/neutral/index.mjs" | ||
} | ||
"types": "./dist/neutral/index.d.ts", | ||
"default": "./dist/neutral/index.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "./dist/neutral/index.cjs", | ||
"types": "./dist/neutral/index.d.ts", | ||
@@ -43,4 +36,4 @@ "module": "./dist/neutral/index.mjs", | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^3.15.14", | ||
"@xylabs/tsconfig": "^3.15.14", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15", | ||
"@xylabs/tsconfig": "^4.0.0-rc.15", | ||
"typescript": "^5.5.4" | ||
@@ -59,4 +52,4 @@ }, | ||
"sideEffects": false, | ||
"version": "3.6.12", | ||
"version": "4.0.0", | ||
"type": "module" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
12722
12
45
1