Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@alwatr/dedupe

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwatr/dedupe - npm Package Versions

23

5.0.0

Diff

Changelog

Source

5.0.0 (2024-11-02)

⚠ BREAKING CHANGES

  • To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies.
  • global-scope: The global-scope module has been deprecated and should no longer be used. Please update your code to use the global-this module instead.
  • nano-build: heads up all presets options changed, please double check the readme and your build output.
  • wait: all methods renamed
  • type-helper: Update the type definitions for the Dictionary type in the type-helper package. Introduce two new types: DictionaryOpt and DictionaryReq, representing dictionaries with optional and required values respectively. This change improves the clarity and flexibility of the type system.
  • type-helper: make values as optional
  • logger: logModule renamed to logFileModule
  • logger: definePackage and dedupt remove!
  • fetch: queryParametters renamed to queryParams
  • fetch: remove serviceRequest

Co-authored-by: Ali Mihandoost ali@mihandoost.com

  • logger: define packages removed and must use @alwatr/dedupe instead
  • logger: use DEBUG in cli and debug in browser

Features

  • add get-env-value package (b2a89e1) by @
  • add http-utils package (8fd5e78) by @
  • add resolve-url package (a884212) by @
  • async-queue: A simple async queue like mutex and semaphore methodology for javascript and typescript. (e753ff2) by @
  • async-queue: add isRunning (2e54a0a) by @
  • async-queue: Add waitForAllFinish method to AsyncQueue class (3fdef04) by @
  • async-queue: use package-tracer (f570030) by @
  • AsyncQueue: generic type for push method (aec6710) by @
  • AsyncQueue: waitForFinish (47decb4) by @
  • dedupe: add definePackage to use deduplicate for backward compatibility (990b994) by @
  • dedupe: new package (77fcdf6) by @
  • dedupe: refactor & new api (393d873) by @
  • deep-clone: new package for deep clone obj/array (9ac5379) by @
  • eslint-config: disable consistent-type-definitions (8b88c81) by @
  • eslint-config: extra import extensions support (0e0652b) by @
  • eslint-config: New package for ESLint configurations (c5f526b) by @
  • eslint-config: require-extensions (53f6f50) by @
  • exit-hook: new package (a41b3a0) by @
  • fetch: alwatrAuth (28e365c) by @
  • fetch: fetch json (b089f12) by @
  • fetch: move from last repo (4b86bb5) by @
  • fetch: Update fetch type definitions with document (38398cc) by @
  • fetch: use @alwatr/http-primer for types and http codes (6fe993a) by @
  • flat-string: add new package for simplifies the complex C structures that are part of a combined JavaScript string (ebfdcb3) by @
  • flatomise: A utility for creating promises that can be externally resolved or rejected. (1bc4478) by @
  • flatomise: generic type (3193b43) by @
  • global-scope: Add globalScope and sharedScope_ variables (9e9f2ee) by @
  • global-scope: new package (b3cd89e) by @
  • global-scope: polyfill for globalThis (17ac530) by @
  • http-primer: add MIME types (386e25e) by @
  • is-number: extract from @alwatr/util (1c8a676) by @
  • is-number: Update is-number package description and add Number.isFinite polyfill (a7c8e38) by @
  • local-storage: If the version is greater than 1, remove the previous version. (1fdff96) by @
  • local-storage: Rewrite local storage module (5ed0f39) by @
  • local-storage: separate package from @alwatr/util (4cc22ed) by @
  • logger: add logStep method to logger (860aeed) by @
  • logger: change devMode env name (ad549dc) by @
  • logger: debugMode in definePackage (9799320) by @
  • logger: definePackage (dfd090e) by @
  • logger: Update debugMode to enabled by default in development mode (bc7c7ee) by @
  • logger: use alwatr dedupe (d89d076) by @
  • nano-build: package_version types (7894c4b) by @
  • nano-build: Add dev_mode global variable (a8f7e63) by @
  • nano-build: add weaver configs(--preset=weaver) (1bae458) by @
  • nano-build: Add presets for module bundling (158dfec) by @
  • nano-build: define __package_name__ (d071d0b) by @
  • nano-build: microservice preset (3b464d5) by @
  • nano-build: new package for esbuild (224a09e) by @
  • nano-build: Refactor build options and add presets (c24f0b7) by @
  • nano-lib: enhance console.log statements (92f9b2a) by @
  • nanolib: add global-this (97aa2d0) by @
  • nanolib: add nanolib package to export the common packages (1610b1e) by @
  • nanolib: add demo test file (0e98a3e) by @
  • nanolib: export http-utils (ab816d2) by @
  • nanolib: export node packages from their files (e039a2f) by @
  • nanolib: export resolve-url from nanolib package (ea40407) by @
  • nanolib: separate export from dedupe package (10c5ffc) by @
  • nanolib: use get-env-package (0e9e492) by @
  • node-fs/write-file: support buffer as content (3cce9e9) by @
  • node-fs: Add make-file-bench demo script (ca3a57a) by @
  • node-fs: base package (74cbe48) by @
  • node-fs: copy from store (5c23e01) by @
  • node-fs: definePackage and logger (3880703) by @
  • node-fs: demo (31f3740) by @
  • node-fs: enhance json types (e85d927) by @
  • node-fs: enhance type of JSON-related functions (69751ed) by @
  • node-fs: enhance writeJson type (9010c72) by @
  • node-fs: makeFile (186ba09) by @
  • node-fs: readFile under asyncQueue (ab12153) by @
  • node-fs: rewrite new writeFile method (7534ed1) by @
  • node-fs: writeFile under asyncQueue (6d8b3d7) by @
  • node-fs: writeJson method (581d4f9) by @
  • package-trace: add a new package (7bdf8e2) by @
  • parse-duration: rewrite module 🤦🏻 (be62163) by @
  • parse-duration: rewrite with document (43ffecc) by @
  • parse-duration: seperate parseDuration from @alwatr/math (f5e32d0) by @
  • parse-duration: update parseDuration function to accept duration as number or string (af413f5) by @
  • platform-info: Add isWebWorker property to platformInfo constant object (ae3ca10) by @
  • platform-info: new package for detect the current platform (83f9534) by @
  • platform-info: support bun and isCli (d693067) by @
  • playground: Add new playground package for test (a000d38) by @
  • polyfill-has-own: new package (9c3582b) by @
  • prettier-config: new package for prettier share configs (a6fdee3) by @
  • render-state: add render-state package (7f5b112) by @
  • switch to @alwatr/eslint-config (df05840) by @
  • tsconfig-base: Add pretty and newLine options to tsconfig.json (be2f48e) by @
  • tsconfig-base: new package for TypeScript base config (33bb94e) by @
  • tsconfig-base: update "useDefineForClassFields" to false in tsconfig.json (288c0ae) by @
  • tsconfig-base: use ESNext instead of ES2023 for the "lib" option (47673e4) by @
  • tsconfig: change verbatimModuleSyntax=true and moduleDetection=force (75e40f9) by @
  • ty-helper: Update type definitions and add new interfaces for JSON serialization (7df0b07) by @
  • type-helper: add HasAddEventListener (ba2b6fa) by @
  • type-helper: Add Mutable and Immutable types (bd57df7) by @
  • type-helper: add StrictlyRequired type (6d2831e) by @
  • type-helper: make types available globally! (69bcb97) by @
  • type-helper: new package for ts types (4d81aaf) by @
  • type-helper: Update type definitions for Dictionary and Json (0e3d56f) by @
  • type-helper: update type-helper to declare global types (f7b6f95) by @
  • type: add number key to dictionary (e6cae47) by @
  • unicode-digits: add unicode-digits package (2ee138e) by @
  • unicode-digits: use packageTracer (425e3f9) by @
  • Update nano-build options and presets (293598e) by @
  • use package-tracer (cc3c5f9) by @
  • wait: base package (8f29498) by @
  • wait: polyfill and docs (9725dc2) by @

Bug Fixes

  • package_version global type (de8a3f9) by @
  • all dependeny topology (1c17f34) by @
  • async-queue: remove wait deps (83b2e11) by @
  • build process (83fc4e6) by @
  • dedupe: add a missing import & use __package_name__ (1ebbe92) by @
  • dedupe: duplicate_dedupe not work issue (bdf6f52) by @
  • dedupe: update demo based on new API (650f159) by @
  • deep-clone: deps (2bce58c) by @
  • deps (34cd4fe) by @
  • env: package.json path (fff643d) by @
  • exit-hook: define package using @alwatr/dedupe to prevent duplicates (e16638c) by @
  • exit-hook: disable beforeExit event and get exit signal from process.exitCode (2dbed18) by @
  • exit-hook: exit after listener called (70c9f62) by @
  • exit-hook: Refactor exitHook function to prevent automatically register process exit events (32d7e29) by @
  • exit-hook: show error properly and safe exit on SIGTERM (b0a27b8) by @
  • exit-hook: typo function name (e8df52a) by @
  • exported types by add .js extensions to all imports (fc3d83e) by @
  • fetch: better error handling on handleRetryPattern_ when user is offline (b867f30) by @
  • fetch: remove unused import from fetch core module (28ec726) by @
  • get-env: getEnvValue logic (8f1afd7) by @
  • global-scope: prevent duplicate global scope module throw, just log error (e67ffec) by @
  • is-number: Remove Number.isFinite polyfill (aa149f3) by @
  • lerna schema (02a6113) by @
  • local-storage: Remove unused dependency and update tsconfig references (b1caaea) by @
  • logger: defaultDebugMode (bab9f7c) by @
  • logger: definePackage (e2e5c6c) by @
  • logger: Update default debug mode logic for prevent side-effects (42101d6) by @
  • nano-build: Add check for package.json existence (2a95315) by @
  • nano-build: entry point of microservice preset (e5e4826) by @
  • nano-build: error messages (e95b497) by @
  • nano-build: mangle with 2 underline in module (bb7b18d) by @
  • nano-build: remove mangleProps temporary (65d95cc) by @
  • nano-build: root fn name (adf7b8f) by @
  • nano-build: target versions in presets (b73cb26) by @
  • nanolib: export unicode-digits & update its deps (28a6a65) by @
  • nanolib: set preset option of nano-build to module3 (2d49433) by @
  • nanolib: update exports key for new files (0e9f4aa) by @
  • nanolib: Update package.json to use "@alwatr/env" instead of "@alwatr/get-env" (fd03dc0) by @
  • node-fs: Update import statement for make-file module (7bddaa0) by @
  • package-tracer: strict types (3c9c6c3) by @
  • package.json include files (ec8c807) by @
  • package.json include files (97b35d1) by @
  • package.json include files (129a9a5) by @
  • package.json include files (053fc10) by @
  • parse-duration: remove unused variables (500f272) by @
  • platform-info: Update platformInfo logic and remove redundant code for prevent side-effects (db46c48) by @
  • polyfill-has-own: use prototype to check exactly (15dfb6e) by @
  • refactor nano-build.cjs to include microservice preset and update all presets configs (3f662b8) by @
  • resolve-url: version & update README (ea2513a) by @
  • tsBuildInfoFile path in tsconfig.json files (9c4ba01) by @
  • type-helper: convert interface to type (c9e6970) by @
  • update to latest nano-build with preset (a4d3c35) by @
  • use new global-this package & remove global type (63f5a3b) by @
  • use new global-this package & remove global type & prevent sidee-ffects (092d448) by @
  • wait: polyfill (6a0f5fb) by @
  • wait: polyfill check (cd9befa) by @
  • wait: requestIdleCallback polyfill (d41180d) by @

Code Refactoring

  • build es by nano-build (0364e51) by @
  • dedupe: prevent throw error on duplicate package and just log it (9d2b657) by @
  • delay: prevent side-effects (f92eeed) by @
  • delay: update delay package to use @alwatr/parse-duration for duration delays (cca1be2) by @
  • delay: update untilIdle function to accept Duration instead of DurationString (b3a5c32) by @
  • disable unused labels linting rule (043cca0) by @
  • enable allowUnusedLabels in tsconfig.json (a25e708) by @
  • env: rename package and function (6d72576) by @
  • exit-hook: dosen't use dedupe anymore (e6c3ce9) by @
  • exit-hook: use new dedupe api (185aced) by @
  • fetch: handle fetchJson error responses properly (ae8fe24) by @
  • fetch: review and update everything (61ec38b) by @
  • fetch: separate core files (c7e6b09) by @
  • fetch: update fetch package to use @alwatr/parse-duration for timeout and retryDelay durations (1108c54) by @
  • fetch: update HTTP headers content-type to use MimeTypes constant (c3862fc) by @
  • fetch: Update logger import and initialization (1f0451c) by @
  • fetch: update query parameters handling (939b3d5) by @
  • fetch: use new DictionaryReq type (a8149cf) by @
  • flat-string: Refactor flatString function signature (cde9e08) by @
  • get-env-value: rewrite the function (544e23d) by @
  • get-env-value: separate types & refactor the function (035a5eb) by @
  • global-scope: Improve shared scope definition (4704a02), closes #123 by @
  • global-scope: Remove global-scope module and replace with global-this (b194b27) by @
  • http-primer: update HTTP methods and status codes (820b4a4) by @
  • http-utils: rename package to http-primer and update description (3c30e17) by @
  • http-utils: separate files (10fabcc) by @
  • local-storage: update removeItem method to use localStorage instead of window.localStorage (9680a14) by @
  • logger: prevent side-effects (e084894) by @
  • logger: remove definePackage from logger (c8a9d0c) by @
  • logger: rename logModule to logFileModule (1f6bd71) by @
  • nano-build: Update all presets options (91bdf90) by @
  • nanolib: export global-this & update exports key in package.json (42c8081) by @
  • node-fs: readJson function (e9cf12d) by @
  • node-fs: remove unused import from common module (496a338) by @
  • node-fs: rewrite makeEmptyFile (a39590b) by @
  • node-fs: separate files (a2b15a4) by @
  • node-fs: separate read file functions (de2cf5d) by @
  • node-fs: separate readJson (5616b53) by @
  • node-fs: Update logger import and initialization (0f89c0f) by @
  • package-tracer: add some new functions & improve the code style (207af08) by @
  • package-tracer: Improve package tracking functionality (5be7132) by @
  • platform-info: enhance type to prevent modification (e62c0eb) by @
  • prevent side-effects (01e00e1) by @
  • type-helper: update Dictionary type definitions (fa4c56d) by @
  • update Dictionary type definitions (c94cbc4) by @
  • use new global-this package (42510b9) by @
  • use new type-helper global types and remove all import types (08b5d08) by @
  • use the same version as @alwatr/nanolib (60eb860) by @
  • wait: new API (4299a26) by @
  • wait: rename package to delay (cf8c45c) by @
  • wait: Rename wait utility to delay and update method names (dc7674b) by @
  • wait: use @alwatr/parse-duration for duration delays (d7a1a62) by @

Miscellaneous Chores

  • @yarnpkg/sdks vscode (1aa01ae) by @
  • Add .tmp to .gitignore (f0ef479) by @
  • Add "Deno" to cSpell.words (a1fe28f) by @
  • Add "pmpa" to .vscode/settings.json (13b3d91) by @
  • Add "tsbuildinfo" and "typeof" to .vscode/settings.json (524e8e0) by @
  • Add configuration files for project (4be5b28) by @
  • Add dependencies and update resolutions in yarn.lock (d82460d) by @
  • Add Jest test runner to build-lint workflow (aa1d81d) by @
  • Add lerna.json configuration file (719f74d) by @
  • Add new SDKs for eslint, integrations, prettier, and typescript (32b8b7d) by @
  • Add package.json with necessary dependencies and scripts (c528342) by @
  • Add test script to package.json (5fb44ce) by @
  • Add tsconfig.json for nano-build package (8b47c2d) by @
  • Add tsconfig.json with base configuration (323df00) by @
  • Add VS Code extensions and settings (7003f05) by @
  • Add watch script to package.json (c1458e3) by @
  • async-queue: change the license to AGPL-3.0 (e253149) by @
  • change the license (7b2fe9f) by @
  • config .github (1a3cd7c) by @
  • dedupe deps (a772278) by @
  • dedupe: change the license to AGPL-3.0 (f48165c) by @
  • dedupe: fix version (9754409) by @
  • dedupe: fix version (9c5494a) by @
  • deep-clone: change the license to AGPL-3.0 (062b9c5) by @
  • deps-dev: bump the development-dependencies group with 3 updates (0e0ec0f) by @
  • deps-dev: bump the development-dependencies group with 3 updates (e0cf373) by @
  • deps: bump the github-actions group with 1 update (a13754d) by @
  • deps: bump the github-actions group with 2 updates (fbd66a5) by @
  • deps: bump the production-dependencies group with 1 update (8abc6ab) by @
  • deps: upd (b6dd6dd) by @
  • deps: upd (5744a0c) by @
  • deps: update (1a45030) by @
  • deps: update (37839cd) by @
  • deps: update (3e61c1a) by @
  • deps: update (8e70dff) by @
  • deps: update (f0b60d2) by @
  • deps: update (f892e22) by @
  • deps: update (e36e3fb) by @
  • deps: update (d592830) by @
  • Enable checkJs for implicit project configuration (8bbbbb6) by @
  • eslint-config: add eslint-plugin-require-extensions to peerDependencies (77d0468) by @
  • eslint-config: change the license to AGPL-3.0 (6ff5fbd) by @
  • eslint-config: Update peer dependencies in package.json (690a7db) by @
  • exit-hook: change the license to AGPL-3.0 (74e89a1) by @
  • fetch: change the license to AGPL-3.0 (edf9069) by @
  • fix all typescript reference (dea4c44) by @
  • fix build issue (80aab20) by @
  • Fix spelling errors and add "tsbuildinfo" to cSpell.words (5a9e400) by @
  • fix versions (497a6d8) by @
  • flat-string: Add devDependencies for @alwatr/tsconfig-base (0b06345) by @
  • flat-string: Add scripts to package.json (b537d8b) by @
  • flat-string: change the license to AGPL-3.0 (1f06ca4) by @
  • flat-string: embed tsconfig.json to package.json (617835e) by @
  • flat-string: Update package.json and yarn.lock (c71eeb1) by @
  • flatomise: change the license to AGPL-3.0 (bc9d81b) by @
  • gitignore: Remove unnecessary files (e16223a) by @
  • global-scop: change the license to AGPL-3.0 (ad7c262) by @
  • has-own-polyfill: bump version (36a6529) by @
  • http-primer: add status codes and headers types to keywords (e1788c2) by @
  • include LICENSE and LEGAL files to publish (09f366f) by @
  • init (762a71f) by @
  • is-number: Add additional keywords to is-number package.json (048b734) by @
  • is-number: Add additional keywords to is-number package.json (7ba726c) by @
  • is-number: change the license to AGPL-3.0 (3ad68cb) by @
  • is-number: Update version to 1.0.0-alpha.0 in package.json (d20bcad) by @
  • lerna: skipBumpOnlyReleases (f75fccd) by @
  • local-storage: change the license to AGPL-3.0 (ef7ea07) by @
  • logger: add reference (2f30ef1) by @
  • logger: change the license to AGPL-3.0 (4bb4673) by @
  • logger: Fix import file extensions (faeef41) by @
  • logger: Fix import file extensions (f620739) by @
  • logger: rename main file (618d008) by @
  • logger: update dedupe version (9704dc9) by @
  • nano-build: change the license to AGPL-3.0 (57e1d8f) by @
  • node-fs: beta version (1b43445) by @
  • node-fs: change the license to AGPL-3.0 (9728276) by @
  • node-fs: enhance demo test (b7370d6) by @
  • node-fs: review and test (69da5b7) by @
  • package-tracer: change the license to AGPL-3.0 (ff6e45e) by @
  • parse-duration: add tsconfig.json (e799038) by @
  • parse-duration: change the license to AGPL-3.0 (896df6f) by @
  • parse-duration: deps (1898f2e) by @
  • parse-duration: package.json (97f970d) by @
  • parse-duration: rename main file (be0d2fc) by @
  • platform-info: change the license to AGPL-3.0 (0ca6ad1) by @
  • playground: Comment out unused code in main.ts (0819248) by @
  • playground: Update package.json to set "private" to true (01bea21) by @
  • polyfill-has-own: change the license to AGPL-3.0 (afcdf76) by @
  • prettier-config: change the license to AGPL-3.0 (02a071e) by @
  • Remove include: scope from commit-message configuration (8786590) by @
  • Remove change log file (1955c9c) by @
  • Remove generateReleaseNotes from lerna.json (35dbffb) by @
  • Remove old CHANGELOG.md file (bdca0ca) by @
  • rename logger env (38443ad) by @
  • set version to 0.0.0 in lerna.json (69166a6) by @
  • switch to alwatr prettier configuration (4426288) by @
  • tsconfig-base: Add main entry to package.json (b6c891a) by @
  • tsconfig-base: change the license to AGPL-3.0 (2236725) by @
  • type-helper: change the license to AGPL-3.0 (5f1264d) by @
  • type-helper: fix package version (6b5374f) by @
  • type-helper: make lint happy (8e43a6a) by @
  • type-helper: Remove @alwatr/nano-build dependency (fd2bce6) by @
  • type-helper: remove version beta suffix (2222a51) by @
  • update imports & test the result of build (7ba474f) by @
  • Update build and lint scripts (392d0b7) by @
  • Update clean script in package.json to verbose added files (d6e853d) by @
  • update clean script to remove all .tsbuildinfo files (91f1ff2) by @
  • update cSpell.words (11eacad) by @
  • Update debug command in package.json (be8403d) by @
  • Update dependabot configuration and commit message format (0ae9786) by @
  • Update devDependencies in nano-build package.json (c900c09) by @
  • update devDependencies in package.json (4d366af) by @
  • Update file patterns in package.json (1f478e7) by @
  • Update lerna.json and package.json for conventional commits (369887c) by @
  • Update lint:ts script in package.json adn remove root tsconfig (3bf1491) by @
  • Update nano-build options and presets (8b2bc3a) by @
  • Update nano-build README.md (f641961) by @
  • Update nano-build script to display mode information (7a76f2a) by @
  • update npm-run-path version to 5.2.0 (7be1259) by @
  • update package keywords (200afcf) by @
  • Update package.json exports for @alwatr packages (dacb362) by @
  • Update package.json script 'rl' to include lint and test commands (bec4381) by @
  • Update package.json scripts (5eef25e) by @
  • Update package.json with additional command (6ce8efb) by @
  • Update test scripts and dependencies (93d2fe6) by @
  • Update typescript SDK version to 5.6.3-sdk (6a7cf3b) by @
  • version (62983c0) by @
  • vscode: add "conventionalcommits" to cSpell.words (64400ed) by @
  • vscode: Add file extensions to .vscode/settings.json (3f69cbb) by @
  • wait: change the license to AGPL-3.0 (fad0b3e) by @
  • wait: Update polyfill.ts with type annotations and prettier-ignore (572eabb) by @

Dependencies update

  • bump @types/node (3d80fed) by @
  • bump braces from 3.0.2 to 3.0.3 (5c142d9) by @
  • bump esbuild (78d8552) by @
  • bump esbuild in the production-dependencies group (d829afb) by @
  • bump esbuild in the production-dependencies group (1dffb4f) by @
  • bump eslint in the development-dependencies group (abb3406) by @
  • bump github/codeql-action in the github-actions group (43d0fbf) by @
  • bump github/codeql-action in the github-actions group (582015e) by @
  • bump github/codeql-action in the github-actions group (a588d6c) by @
  • bump github/codeql-action in the github-actions group (87d085e) by @
  • bump ip from 2.0.0 to 2.0.1 (e2f63a1) by @
  • bump the development-dependencies group across 1 directory with 10 updates (9ed98ff) by @
  • bump the development-dependencies group across 1 directory with 2 updates (2dfda9e) by @
  • bump the development-dependencies group with 10 updates (fa4aaf0) by @
  • bump the development-dependencies group with 2 updates (be5d6c2) by @
  • bump the development-dependencies group with 8 updates (16847ac) by @
  • bump the github-actions group across 1 directory with 3 updates (c9afae6) by @
  • bump the github-actions group across 1 directory with 3 updates (132d800) by @
  • bump the github-actions group across 1 directory with 3 updates (e35084c) by @
  • bump the github-actions group across 1 directory with 3 updates (d942eaf) by @
  • bump the github-actions group with 2 updates (f046eec) by @
  • bump the github-actions group with 2 updates (53594aa) by @
  • bump the github-actions group with 3 updates (0cda4a4) by @
  • bump the github-actions group with 3 updates (5dd0aa3) by @
  • bump the github-actions group with 4 updates (e5246c5) by @
  • bump the github-actions group with 5 updates (5741c92) by @
  • bump the production-dependencies group with 1 update (85a0693) by @
  • dedupe: update (ce988ec) by @
  • deps: bump the github-actions group with 1 update (0211ade) by @
  • package-tracer: update (2f4e68a) by @
  • upd (451d025) by @
  • update (4434ba6) by @
  • update (d7d9a7d) by @
  • update (cc7c4ee) by @
  • update (968dd86) by @
  • update (43ccc7c) by @
  • update (c958a81) by @
  • update (98a3897) by @
  • update (044d06c) by @
  • update (17fbc26) by @
  • update (ef384e7) by @
  • update (76c9dee) by @
  • update (ecef487) by @
  • update (ec228ca) by @
  • update (9391564) by @
  • update (ebf0548) by @
  • update (78d559e) by @
  • update (3d53491) by @
  • update (d796003) by @
  • update (3db237a) by @
  • update (d46a030) by @
  • update (406a23b) by @
  • update (d4be224) by @
  • update (d42fc5d) by @
  • update (4af8506) by @
  • update (c36ed50) by @
  • update @lerna-lite dependencies to latest versions (15344d8) by @
  • update all (53342f6) by @
  • update all (a828818) by @
  • update all dependencies (1e0c30e) by @
  • update all dependencies (0e908b4) by @
  • Update yarn.lock to include "@alwatr/dedupe" dependency (d71d18f) by @
  • upgrade (6dbd300) by @
alimd
published 1.1.8 •

alimd
published 1.1.7 •

alimd
published 1.1.6 •

alimd
published 1.1.5 •

alimd
published 1.1.4 •

alimd
published 1.1.3 •

alimd
published 1.1.2 •

alimd
published 1.1.1 •

alimd
published 1.1.0 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc