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

@6river/reason-guard

Package Overview
Dependencies
Maintainers
5
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@6river/reason-guard - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

4

dist/src/Combinators/FluentGuardBuilder.js

@@ -10,8 +10,4 @@ "use strict";

this._guard = _guard;
// eslint-disable-next-line no-console
console.log('new guard');
}
get guard() {
// eslint-disable-next-line no-console
console.log('getting guard');
return this._guard;

@@ -18,0 +14,0 @@ }

2

package.json

@@ -58,3 +58,3 @@ {

},
"version": "3.4.0"
"version": "3.4.1"
}

@@ -9,8 +9,4 @@ import {orGuard} from './orGuard';

constructor(private readonly _guard: ReasonGuard<FROM, TO>) {
// eslint-disable-next-line no-console
console.log('new guard');
}
public get guard() {
// eslint-disable-next-line no-console
console.log('getting guard');
return this._guard;

@@ -17,0 +13,0 @@ }

Sorry, the diff of this file is not supported yet

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