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.1.5 to 0.1.6

2

package.json
{
"name": "homunculus",
"version": "0.1.5",
"version": "0.1.6",
"description": "A lexer&parser by Javascript",

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

@@ -308,2 +308,5 @@ var Class = require('../../util/Class');

}
else {
child.setThis(undefined);
}
}

@@ -347,7 +350,9 @@ }

child.setThis(params.leaves()[0]);
params.leaves()[2].leaves()[0].leaves().forEach(function(leaf, i) {
if(i % 2 == 1) {
child.addAParam(leaf);
}
});
if(params.leaves()[2]) {
params.leaves()[2].leaves()[0].leaves().forEach(function(leaf, i) {
if(i % 2 == 1) {
child.addAParam(leaf);
}
});
}
}

@@ -354,0 +359,0 @@ function prmrexpr(node, context) {

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