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

seneca

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seneca - npm Package Compare versions

Comparing version 3.35.2 to 3.35.3

5

CHANGES.md

@@ -0,1 +1,6 @@

## 3.35.3 2024-04-26
* Added types property to package.json to prevent compile warnngs. Thanks https://github.com/iolave!
## 3.35.2 2024-03-06

@@ -2,0 +7,0 @@

9

package.json
{
"name": "seneca",
"description": "A Microservices Framework for Node.js",
"version": "3.35.2",
"version": "3.35.3",
"types": "seneca.d.ts",
"license": "MIT",

@@ -102,3 +103,3 @@ "homepage": "http://senecajs.org",

"patrun": "^7.2.5",
"qs": "^6.11.2",
"qs": "^6.12.1",
"rolling-stats": "^0.2.1",

@@ -112,3 +113,3 @@ "seneca-transport": "^8.2.0",

"@seneca/test-plugin": "0.1.0",
"@types/node": "^20.11.24",
"@types/node": "^20.12.7",
"async": "^3.2.5",

@@ -127,4 +128,4 @@ "bench": "^0.3.6",

"summary": "^2.1.0",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
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