New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.2.2 to 1.2.3

4

CHANGES.md
NoFlo ChangeLog
===============
## 1.2.3 (September 17th 2020)
* TypeScript components loaded on Node.js now target modern ES6
## 1.2.2 (September 17th 2020)

@@ -5,0 +9,0 @@

5

lib/loader/NodeJs.js

@@ -73,5 +73,4 @@ "use strict";

src = typescript.transpile(source, {
compilerOptions: {
module: typescript.ModuleKind.CommonJS
}
module: typescript.ModuleKind.CommonJS,
target: typescript.ScriptTarget.ES2015
});

@@ -78,0 +77,0 @@ } catch (err) {

@@ -11,3 +11,3 @@ {

"author": "Henri Bergius <henri.bergius@iki.fi>",
"version": "1.2.2",
"version": "1.2.3",
"license": "MIT",

@@ -22,3 +22,3 @@ "engines": {

"fbp-graph": "^0.4.0",
"fbp-manifest": "^0.2.2",
"fbp-manifest": "^0.2.4",
"get-function-params": "^2.0.6"

@@ -25,0 +25,0 @@ },

@@ -58,5 +58,4 @@ /* eslint-disable

src = typescript.transpile(source, {
compilerOptions: {
module: typescript.ModuleKind.CommonJS,
},
module: typescript.ModuleKind.CommonJS,
target: typescript.ScriptTarget.ES2015,
});

@@ -63,0 +62,0 @@ } catch (err) {

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