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

@highlight-run/nest

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highlight-run/nest - npm Package Compare versions

Comparing version 3.4.7 to 3.4.8

7

CHANGELOG.md
# @highlight-run/nest
## 3.4.8
### Patch Changes
- Updated dependencies [790c83782]
- @highlight-run/node@3.7.1
## 3.4.7

@@ -4,0 +11,0 @@

80

package.json
{
"name": "@highlight-run/nest",
"version": "3.4.7",
"description": "Client for interfacing with Highlight in nestjs",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"typegen": "tsup src/index.ts --dts-only",
"build": "tsup src/index.ts --format cjs,esm --dts"
},
"author": "",
"license": "Apache-2.0",
"peerDependencies": {
"@nestjs/core": ">=8",
"rxjs": ">=7"
},
"dependencies": {
"@highlight-run/node": "workspace:*"
},
"devDependencies": {
"@nestjs/common": "^9.3.9",
"@trpc/server": "^10.16.0",
"@types/node": "^18.15.2",
"cache-manager": "^5.1.7",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"eslint": "^8.39.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"tsup": "^6.6.3",
"typescript": "^5.0.4"
}
}
"name": "@highlight-run/nest",
"version": "3.4.8",
"description": "Client for interfacing with Highlight in nestjs",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"typegen": "tsup src/index.ts --dts-only",
"build": "tsup src/index.ts --format cjs,esm --dts"
},
"author": "",
"license": "Apache-2.0",
"peerDependencies": {
"@nestjs/core": ">=8",
"rxjs": ">=7"
},
"dependencies": {
"@highlight-run/node": "3.7.1"
},
"devDependencies": {
"@nestjs/common": "^9.3.9",
"@trpc/server": "^10.16.0",
"@types/node": "^18.15.2",
"cache-manager": "^5.1.7",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"eslint": "^8.39.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"tsup": "^6.6.3",
"typescript": "^5.0.4"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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