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

@trxn/common

Package Overview
Dependencies
Maintainers
3
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trxn/common - npm Package Compare versions

Comparing version 2.1.9 to 2.1.10

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

## [2.1.10](https://github.com/tractr/traxion/compare/v2.1.9...v2.1.10) (2023-03-17)
## [2.1.9](https://github.com/tractr/traxion/compare/v2.1.8...v2.1.9) (2023-03-16)

@@ -7,0 +11,0 @@

17

package.json
{
"name": "@trxn/common",
"version": "2.1.9",
"version": "2.1.10",
"description": "Common module for back and front",

@@ -9,3 +9,9 @@ "repository": {

},
"dependencies": {},
"dependencies": {
"lodash": "4.17.21",
"query-string": "7.1.3",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.0",
"tslib": "2.5.0"
},
"publishConfig": {

@@ -15,5 +21,8 @@ "access": "public",

},
"peerDependencies": {},
"main": "./src/index.js",
"types": "./src/index.d.ts"
"types": "./src/index.d.ts",
"peerDependencies": {
"class-transformer": "~0.5.0",
"class-validator": "~0.13.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