New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tryumph

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tryumph - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

dist/tryumph.common.js

29

package.json
{
"name": "tryumph",
"version": "1.2.1",
"version": "1.2.2",
"description": "Bring the \"Umph\" to the javascript's async error handling",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"types": "./dist/tryumph.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/tryumph.d.ts",
"default": "./dist/tryumph.esm.mjs"
},
"require": {
"types": "./dist/tryumph.d.ts",
"default": "./dist/tryumph.common.js"
}
}
},
"scripts": {
"prepare": "ts-node ./scripts/prepare.ts && npm run build",
"prepare": "npm run clean && npm run build",
"clean": "ts-node ./scripts/clean.ts",
"lint": "eslint .",

@@ -16,3 +28,3 @@ "test": "jest",

"test-coveralls": "npm run test-cov && node ./scripts/coveralls.mjs",
"build": "tsc"
"build": "rollup -c ./rollup.config.js"
},

@@ -48,2 +60,5 @@ "repository": {

"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest": "^29.5.11",

@@ -55,4 +70,6 @@ "@typescript-eslint/eslint-plugin": "^6.16.0",

"jest": "^29.7.0",
"rollup": "^4.9.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typedoc": "^0.25.4",

@@ -66,4 +83,4 @@ "typescript": "^5.3.3"

"dependencies": {
"dwait": "^1.0.1"
"dwait": "^1.1.3"
}
}
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