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

shift-codegen

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shift-codegen - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

5

dist/minimal-codegen.js

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

}
var containsIn = false;
if (node.body.type === "FunctionBody") {

@@ -570,4 +571,6 @@ body = brace(body);

body = paren(body);
} else if (body.containsIn) {
containsIn = true;
}
return seq(params, t("=>"), p(node.body, _coderep.Precedence.Assignment, body));
return (0, _objectAssign2.default)(seq(params, t("=>"), p(node.body, _coderep.Precedence.Assignment, body)), { containsIn: containsIn });
}

@@ -574,0 +577,0 @@ }, {

2

package.json
{
"name": "shift-codegen",
"version": "5.0.1",
"version": "5.0.2",
"description": "code generator for Shift format ASTs",

@@ -5,0 +5,0 @@ "author": "Shape Security Labs",

Sorry, the diff of this file is too big to display

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