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

resource-access-list

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resource-access-list - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

dist/index.js

@@ -69,3 +69,3 @@ 'use strict';

value: function resourceToModelName(modelNameList, resource) {
var nameRe = new RegExp(resource.slice(0, -1), 'i');
var nameRe = new RegExp(resource + '?$', 'i');
return modelNameList.find(function (name) {

@@ -72,0 +72,0 @@ return nameRe.test(name);

{
"name": "resource-access-list",
"version": "0.2.2",
"version": "0.2.3",
"description": "This is a awesome project",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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