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

good-enough-parser

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

good-enough-parser - npm Package Compare versions

Comparing version 1.1.17 to 1.1.18

4

dist/cjs/lang/scala.js

@@ -6,3 +6,3 @@ "use strict";

/* prettier-ignore */ [
'+', '-', '*', '/', '%', '**',
'+', '-', '*', '/', '%', '%%', '**',
'++', '--',

@@ -16,3 +16,3 @@ '+=', '++=', '-=', '*=', '/=', '%=', '**=',

':=', '=', '?=',
'.', '?.', '.@', '.&', '::',
'.', '?.', '.@', '.&', '::', ':::',
'=~', '==~',

@@ -19,0 +19,0 @@ '*.', ':',

const operators =
/* prettier-ignore */ [
'+', '-', '*', '/', '%', '**',
'+', '-', '*', '/', '%', '%%', '**',
'++', '--',

@@ -12,3 +12,3 @@ '+=', '++=', '-=', '*=', '/=', '%=', '**=',

':=', '=', '?=',
'.', '?.', '.@', '.&', '::',
'.', '?.', '.@', '.&', '::', ':::',
'=~', '==~',

@@ -15,0 +15,0 @@ '*.', ':',

{
"name": "good-enough-parser",
"description": "Parse and query computer programs source code",
"version": "1.1.17",
"repository": "git@github.com:zharinov/good-enough-parser.git",
"version": "1.1.18",
"repository": "https://github.com/zharinov/good-enough-parser.git",
"author": "Sergei Zharinov",

@@ -7,0 +7,0 @@ "contributors": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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