Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

evojs

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evojs - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

lib/Channel.js

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

*/
Channel.prototype.publish = function (event) {
Channel.prototype.publish = async function (event) {
for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {

@@ -84,0 +84,0 @@ args[_key - 1] = arguments[_key];

{
"name": "evojs",
"version": "0.0.1",
"version": "0.0.2",
"description": "Standard Environment-Free Toolbelt for JS Developers at Evosphere",

@@ -28,3 +28,4 @@ "main": "index.js",

"dependencies": {
"deepmerge": "^1.3.2"
"deepmerge": "^1.3.2",
"form-data": "^2.2.0"
},

@@ -31,0 +32,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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