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

@ridi/parser-core

Package Overview
Dependencies
Maintainers
12
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ridi/parser-core - npm Package Compare versions

Comparing version 0.3.0-alpha.1 to 0.3.0-alpha.2

3

lib/readEntries.js

@@ -51,2 +51,5 @@ 'use strict';

},
reduce: function reduce(callback, initial) {
return entries.reduce(callback, initial);
},
length: entries.length,

@@ -53,0 +56,0 @@ source: source

2

package.json
{
"name": "@ridi/parser-core",
"version": "0.3.0-alpha.1",
"version": "0.3.0-alpha.2",
"description": "Utilities for parsers",

@@ -5,0 +5,0 @@ "author": {

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