Socket
Socket
Sign inDemoInstall

moo

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moo - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

8

moo.js

@@ -444,3 +444,11 @@ (function(root, factory) {

Lexer.prototype.has = function(tokenType) {
var groups = this.groups;
for (var i=groups.length; i--; ) {
if (groups[i].tokenType === tokenType) return true
}
return false
}
return {

@@ -447,0 +455,0 @@ compile: compile,

2

package.json
{
"name": "moo",
"version": "0.3.1",
"version": "0.3.2",
"description": "Optimised tokenizer/lexer generator! 🐄 Uses /y for performance. Moo!",

@@ -5,0 +5,0 @@ "main": "moo.js",

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