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

remult

Package Overview
Dependencies
Maintainers
1
Versions
616
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remult - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

package.json
{
"name": "remult",
"version": "0.1.4",
"version": "0.1.5",
"description": "remult core lib",

@@ -5,0 +5,0 @@ "homepage": "https://remult.github.io/",

@@ -75,4 +75,4 @@ import { DataProvider } from "./data-interfaces";

export declare class Allow {
everyone: () => boolean;
authenticated: (context: Context) => boolean;
static everyone: () => boolean;
static authenticated: (context: Context) => boolean;
}

@@ -79,0 +79,0 @@ export interface IterateToArrayOptions {

@@ -366,5 +366,5 @@ "use strict";

function Allow() {
this.everyone = function () { return true; };
this.authenticated = function (context) { return context.authenticated(); };
}
Allow.everyone = function () { return true; };
Allow.authenticated = function (context) { return context.authenticated(); };
return Allow;

@@ -371,0 +371,0 @@ }());

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