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-alpha1 to 0.0.1-alpha2

4

index.js

@@ -86,3 +86,3 @@ var parseFnArgs = require('parse-fn-args')

} else {
namespace += '.'
namespace += '_'
}

@@ -277,3 +277,3 @@ function mix (target, src, cb) {

this.app.set(this.name, val)
delete this.app['_eval_' + this.name] // cleanup
this.app['_eval_' + this.name] = null // cleanup

@@ -280,0 +280,0 @@ for (var i = 0; i < this.callbacks.length; i++) {

{
"name": "easy-app",
"version": "0.0.1alpha1",
"version": "0.0.1alpha2",
"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