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.5.2 to 0.5.3

2

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

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

@@ -229,2 +229,3 @@ var Lexer = require('./Lexer');

&& !this.page) {
token.cancel();
continue;

@@ -231,0 +232,0 @@ }

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

return this.ne;
},
cancel: function() {
tid--;
}

@@ -71,0 +74,0 @@ }).statics({

@@ -229,2 +229,3 @@ define(function(require, exports, module) {var Lexer = require('./Lexer');

&& !this.page) {
token.cancel();
continue;

@@ -231,0 +232,0 @@ }

@@ -69,2 +69,5 @@ define(function(require, exports, module) {var Class = require('../util/Class');

return this.ne;
},
cancel: function() {
tid--;
}

@@ -71,0 +74,0 @@ }).statics({

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