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

shift-codegen

Package Overview
Dependencies
Maintainers
3
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 7.0.0 to 7.0.1

8

dist/minimal-codegen.js

@@ -546,3 +546,9 @@ 'use strict';

return (0, _objectAssign2.default)(seq(t('for'), paren(seq(init ? noIn(markContainsIn(init)) : empty(), semi(), test || empty(), semi(), update || empty())), body), {
if (init) {
if (init.startsWithLetSquareBracket) {
init = paren(init);
}
init = noIn(markContainsIn(init));
}
return (0, _objectAssign2.default)(seq(t('for'), paren(seq(init ? init : empty(), semi(), test || empty(), semi(), update || empty())), body), {
endsWithMissingElse: body.endsWithMissingElse

@@ -549,0 +555,0 @@ });

2

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

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

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