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.2 to 0.0.3

2

dst/Api.js

@@ -214,2 +214,2 @@ "use strict";

exports["default"] = new Api();
module.exports = exports["default"];
module.exports = exports["default"];

@@ -23,2 +23,2 @@ "use strict";

exports.Resource = _Resource2["default"];
exports.Store = _Store2["default"];
exports.Store = _Store2["default"];

@@ -39,2 +39,2 @@ "use strict";

};
exports.RESOURCE = RESOURCE;
exports.RESOURCE = RESOURCE;

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

_Api2["default"].send(_Events.RESOURCE.DESTROY, { id: $(this).id });
$.destroy(this);
return this;

@@ -198,2 +197,2 @@ }

exports["default"] = Resource;
module.exports = exports["default"];
module.exports = exports["default"];

@@ -32,2 +32,2 @@ "use strict";

exports["default"] = new Store();
module.exports = exports["default"];
module.exports = exports["default"];
{
"name": "apiway",
"version": "0.0.2",
"version": "0.0.3",
"description": "Client side for Apiway framework",

@@ -20,6 +20,6 @@ "main": "./dst/Apiway.js",

"dependencies": {
"js.event_emitter": "^0.0.1",
"js.private": "^0.0.1",
"js.event_emitter": ">0.0.1",
"js.private": ">0.0.3",
"native-promise-only": "^0.8.1"
}
}
}

@@ -55,3 +55,2 @@ import Private from "js.private";

Api.send( RESOURCE.DESTROY, { id: $( this ).id } );
$.destroy( this );
return this;

@@ -58,0 +57,0 @@ }

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