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

job-processor

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

job-processor - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0-next.4

7

package.json
{
"name": "job-processor",
"version": "0.0.0",
"version": "1.0.0-next.4",
"description": "Job processor service",

@@ -8,3 +8,6 @@ "main": "dist/index.js",

"type": "module",
"repository": "https://github.com/mission-apprentissage/job-processor.git",
"repository": {
"type": "git",
"url": "git+https://github.com/mission-apprentissage/job-processor.git"
},
"author": "Moroine <moroine.bentefrit@beta.gouv.fr>",

@@ -11,0 +14,0 @@ "license": "MIT",

@@ -1,3 +0,3 @@

export function helloWorld() {
return "Hello World";
export function helloWorld(name: string) {
return `Hello ${name}`;
}
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