New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

streamline

Package Overview
Dependencies
Maintainers
0
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamline - npm Package Compare versions

Comparing version 0.1.29 to 0.1.30

7

lib/compiler/transform.js

@@ -419,6 +419,9 @@

return null;
return _assignTemplate.generate(parent, {
child = _assignTemplate.generate(parent, {
$lhs: _identifier(child.value),
$rhs: child.initializer
});
if (parent.type === FOR)
child = child.expression;
return child;
}).filter(function(child){

@@ -1511,3 +1514,3 @@ return child != null;

}
throw new Error(message + "\n" + err.stack);
throw new Error(message);
}

@@ -1514,0 +1517,0 @@ }

{
"name": "streamline",
"description": "Asynchronous Javascript for dummies",
"version": "0.1.29",
"version": "0.1.30",
"engines": { "node": ">=0.4.0" },

@@ -6,0 +6,0 @@ "dependencies": {},

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