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

@dhmk/utils

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhmk/utils - npm Package Compare versions

Comparing version 4.3.3 to 4.4.0

esm/ts-hacks.d.ts

1

esm/index.d.ts

@@ -13,1 +13,2 @@ export * from "./error";

export * from "./signal";
export * from "./ts-hacks";

@@ -13,1 +13,2 @@ export * from "./error";

export * from "./signal";
export * from "./ts-hacks";

@@ -13,1 +13,2 @@ export * from "./error";

export * from "./signal";
export * from "./ts-hacks";

@@ -25,1 +25,2 @@ "use strict";

__exportStar(require("./signal"), exports);
__exportStar(require("./ts-hacks"), exports);

20

package.json
{
"name": "@dhmk/utils",
"version": "4.3.3",
"version": "4.4.0",
"description": "A collection of frequently used functions and primitives",

@@ -22,10 +22,2 @@ "keywords": [

],
"scripts": {
"preversion": "yarn test && yarn build",
"version": "git add -A",
"postversion": "git push && git push --tags",
"clean": "rm -rf lib esm",
"build": "yarn clean && tsc && tsc -m esnext --outDir esm",
"test": "yarn clean && jest"
},
"devDependencies": {

@@ -39,3 +31,11 @@ "@types/jest": "^26.0.19",

"preset": "ts-jest"
},
"scripts": {
"preversion": "yarn test && yarn build",
"version": "git add -A",
"postversion": "git push && git push --tags",
"clean": "rm -rf lib esm",
"build": "yarn clean && tsc && tsc -m esnext --outDir esm",
"test": "yarn clean && jest"
}
}
}
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