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

homunculus

Package Overview
Dependencies
Maintainers
1
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 1.6.6 to 1.6.7

2

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

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

@@ -10,3 +10,3 @@ var character = require('../util/character');

var ELEM = new RegMatch(CSXToken.ELEM, /^\$?[a-z]\w*(?:-\w+)*/i);
var ELEM = new RegMatch(CSXToken.ELEM, /^[$a-z_]\w*(?:-\w+)*/i);
var CSXMatch = [

@@ -13,0 +13,0 @@ new CompleteEqual(CSXToken.BLANK, character.BLANK),

Sorry, the diff of this file is too big to display

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