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

devebot

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devebot - npm Package Compare versions

Comparing version 0.1.21-alpha.2 to 0.1.21

4

index.js

@@ -126,3 +126,3 @@ 'use strict';

var builtinPackages = ['async', 'bluebird', 'lodash'];
var builtinPackages = ['bluebird', 'lodash', 'injektor'];

@@ -132,2 +132,4 @@ appLoader.require = function(packageName) {

if (packageName == 'debug') return debug;
if (packageName == 'chores') return require('./lib/utils/chores.js');
if (packageName == 'loader') return require('./lib/utils/loader.js');
return null;

@@ -134,0 +136,0 @@ };

{
"name": "devebot",
"version": "0.1.21-alpha.2",
"version": "0.1.21",
"description": "Development support toolkit",

@@ -30,3 +30,2 @@ "main": "index.js",

"dependencies": {
"async": "^1.5.0",
"bluebird": "^3.0.4",

@@ -39,3 +38,3 @@ "body-parser": "^1.14.1",

"injektor": "^0.0.12",
"jobdapter": "^0.0.2",
"jobdapter": "^0.1.0",
"jsonschema": "^1.1.0",

@@ -42,0 +41,0 @@ "lodash": "^3.10.1",

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