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

apiway

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apiway - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

1

dst/Api.js

@@ -151,3 +151,2 @@ "use strict";

console.log(this);
$(this).dispatcher = new WebSocket(this.address);

@@ -154,0 +153,0 @@ $(this).dispatcher.onopen = function (e) {

2

gulpfile.js

@@ -17,2 +17,2 @@ var gulp = require( "gulp" ),

gulp.task( "default", [ "build", "watch" ] );
gulp.task( "default", [ "build", "watch" ] );
{
"name": "apiway",
"version": "0.0.6",
"version": "0.0.7",
"description": "Client side for Apiway framework",

@@ -5,0 +5,0 @@ "main": "./dst/Apiway.js",

@@ -85,3 +85,2 @@ import Promise from "native-promise-only";

dispatch: function( e ){
console.log(this);
$( this ).dispatcher = new WebSocket( this.address );

@@ -88,0 +87,0 @@ $( this ).dispatcher.onopen = ( e )=> $( this ).onOpen( e );

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