New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.12 to 0.3.0-alpha.13

13

lib/Parser.js

@@ -181,3 +181,6 @@ 'use strict';

get: function get() {
return {};
return {
// If true, ignore any exceptions that occur within parser.
force: false
};
}

@@ -192,3 +195,5 @@

get: function get() {
return {};
return {
force: 'Boolean'
};
}

@@ -633,5 +638,5 @@ }]);

case 0:
if (!items.find(function (item) {
if (!(!options.force && items.find(function (item) {
return !(item instanceof _this4._getReadItemClass());
})) {
}))) {
_context8.next = 2;

@@ -638,0 +643,0 @@ break;

{
"name": "@ridi/parser-core",
"version": "0.3.0-alpha.12",
"version": "0.3.0-alpha.13",
"description": "Utilities for parsers",

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

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