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

noflo

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noflo - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

7

components/ParseJson.js

@@ -16,4 +16,3 @@ // Generated by CoffeeScript 1.3.1

function ParseJson() {
var json,
_this = this;
var _this = this;
this.inPorts = {

@@ -25,8 +24,6 @@ "in": new noflo.Port()

};
json = "";
this.inPorts["in"].on("data", function(data) {
return json += data;
return _this.outPorts.out.send(JSON.parse(data));
});
this.inPorts["in"].on("disconnect", function() {
_this.outPorts.out.send(JSON.parse(json));
return _this.outPorts.out.disconnect();

@@ -33,0 +30,0 @@ });

@@ -10,3 +10,3 @@ {

],
"version": "0.1.2",
"version": "0.1.3",
"licenses": [{

@@ -13,0 +13,0 @@ "type": "MIT",

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