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

@studyportals/bob

Package Overview
Dependencies
Maintainers
4
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@studyportals/bob - npm Package Compare versions

Comparing version 1.2.2 to 2.0.0

src/domain/components/bobrequest/bobrequest-serializing-component.js

8

package.json
{
"name": "@studyportals/bob",
"version": "1.2.2",
"version": "2.0.0",
"description": "Proxy service for integrating microservices into a template with markers",

@@ -30,3 +30,2 @@ "author": {

"build": "rm -rf ./bin/* && tsc",
"install": "npm run build",
"start": "node bin/src/express/server.js",

@@ -39,6 +38,7 @@ "start:watch": "concurrently \"npm:watch\" \"npm:serve\" ",

"test": "mocha",
"deploy": "npm run build && npm run test && npm publish"
"prepare-deployment": "cp package.json bin/package.json && cp README.md bin/README.md",
"publish-package": "npm run build && npm run test && npm run prepare-deployment && npm publish bin"
},
"bin": {
"bob": "bin/src/express/server.js"
"bob": "src/express/server.js"
},

@@ -45,0 +45,0 @@ "dependencies": {

@@ -18,3 +18,3 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/7443454dfe52ab0f105b/maintainability)](https://codeclimate.com/repos/5bc4aee9ed660324d10098c4/maintainability)

#Ownership
## Ownership
![alt text](https://github.com/studyportals/BOB/blob/develop/docs/bob-ownership.png "Bob Ownership")

@@ -39,2 +39,2 @@ For more detailed information regarding Bob maintenance, further development and the crisis escalation plan please look at the [wiki](https://github.com/studyportals/Bob/wiki) for more information.

## Documentation
Please take a look at the [wiki](https://github.com/studyportals/Bob/wiki) for more detailed documentation.
Please take a look at the [wiki](https://github.com/studyportals/Bob/wiki) for more detailed documentation.
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