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

easy-app

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-app - npm Package Compare versions

Comparing version 0.0.1-alpha2 to 0.0.1-alpha3

9

index.js

@@ -26,2 +26,9 @@ var parseFnArgs = require('parse-fn-args')

Container.prototype.use = function (plugin) {
var fn = plugin
arguments[0] = this
fn.apply(this, arguments)
return this
}
Container.prototype.values = {}

@@ -259,3 +266,3 @@ setOwner(Container.prototype, 'values')

if (err) {
console.error('It seems that it happened because of exception in the task callback:')
console.error('Perhaps it happened because of exception in a task callback:')
err.stack ? console.error(err.stack) : console.error(String(err))

@@ -262,0 +269,0 @@ }

2

package.json
{
"name": "easy-app",
"version": "0.0.1alpha2",
"version": "0.0.1alpha3",
"description": "Container for your apps",

@@ -5,0 +5,0 @@ "author": "Eldar Gabdullin <eldargab@gmail.com>",

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