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

@humanwhocodes/momoa

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@humanwhocodes/momoa - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

10

api.js

@@ -390,2 +390,12 @@ 'use strict';

/*
* Must always have a digit in this position to avoid:
* 5e
* 12E+
* 42e-
*/
if (!isDigit(c)) {
unexpected(c);
}
while (isDigit(c)) {

@@ -392,0 +402,0 @@ value += c;

2

package.json
{
"name": "@humanwhocodes/momoa",
"version": "2.0.3",
"version": "2.0.4",
"description": "JSON AST parser, tokenizer, printer, traverser.",

@@ -5,0 +5,0 @@ "author": "Nicholas C. Zakas",

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