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

arcsecond

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arcsecond - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

test.js

2

index.js

@@ -737,3 +737,3 @@ "use strict";

const nextState = parser.p(state);
return nextState.isError ? nextState : updateResult(state, nextState.result);
return nextState.isError ? updateError(state, nextState.error) : updateResult(state, nextState.result);
});

@@ -740,0 +740,0 @@ }; // possibly :: Parser e a s -> Parser e (a | Null) s

{
"name": "arcsecond",
"version": "2.0.2",
"version": "2.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "index",

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