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

@point-hub/express-factory

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@point-hub/express-factory - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

5

package.json
{
"name": "@point-hub/express-factory",
"version": "1.0.3",
"version": "1.1.0",
"description": "Express factory",

@@ -39,2 +39,3 @@ "type": "module",

"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",

@@ -51,2 +52,2 @@ "eslint-plugin-prettier": "^4.0.0",

}
}
}

2

README.md

@@ -21,3 +21,3 @@ # Express Factory

export default class UserFactory extends Factory<UserInterface, Partial<UserInterface>> {
export default class UserFactory extends Factory<UserInterface> {
definition() {

@@ -24,0 +24,0 @@ return {

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