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

homunculus

Package Overview
Dependencies
Maintainers
2
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homunculus - npm Package Compare versions

Comparing version 0.2.6-2 to 0.2.6-3

2

package.json
{
"name": "homunculus",
"version": "0.2.6-2",
"version": "0.2.6-3",
"description": "A lexer&parser by Javascript",

@@ -5,0 +5,0 @@ "maintainers": [

@@ -450,3 +450,3 @@ var IParser = require('../Parser');

}
if(this.look.content() == '...') {
if(this.look && this.look.content() == '...') {
node.add(this.bindrest());

@@ -453,0 +453,0 @@ }

@@ -451,3 +451,3 @@ define(function(require, exports, module) {

}
if(this.look.content() == '...') {
if(this.look && this.look.content() == '...') {
node.add(this.bindrest());

@@ -454,0 +454,0 @@ }

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