New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hammad.fauz/parser

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hammad.fauz/parser - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

lib/Tokenizer.js

@@ -41,3 +41,3 @@ 'use strict';

// eslint-disable-next-line no-bitwise
this.index = 2 ** 32;
this.index = Math.pow(2,32);

@@ -44,0 +44,0 @@ this.tokenIndex = -1;

{
"name": "@hammad.fauz/parser",
"version": "1.0.7",
"version": "1.0.8",
"description": "Fast, flexible, and lean implementation of BBcode parser",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/hammadfauz/bbparser.git",

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