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.2 to 7.0.3

2

dist/minimal-codegen.js

@@ -374,2 +374,3 @@ 'use strict';

startsWithCurly: callee.startsWithCurly,
startsWithLet: callee.startsWithLet,
startsWithLetSquareBracket: callee.startsWithLetSquareBracket,

@@ -977,2 +978,3 @@ startsWithFunctionOrClass: callee.startsWithFunctionOrClass

state.startsWithCurly = tag.startsWithCurly;
state.startsWithLet = tag.startsWithLet;
state.startsWithLetSquareBracket = tag.startsWithLetSquareBracket;

@@ -979,0 +981,0 @@ state.startsWithFunctionOrClass = tag.startsWithFunctionOrClass;

2

package.json
{
"name": "shift-codegen",
"version": "7.0.2",
"version": "7.0.3",
"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