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

rhases-nodejs-commons

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rhases-nodejs-commons - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

dist/crud/access-control.authorization.js

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

.filter(function (role) { return role.indexOf('$organization') == 0; })
.map(function (role) { return role.replace(/$organization:.*:/, ''); })));
.map(function (role) { return role.replace(/:.*:/, ':'); })));
return orgRoles;

@@ -77,0 +77,0 @@ };

{
"name": "rhases-nodejs-commons",
"version": "0.3.3",
"version": "0.3.4",
"description": "Node.js utilities",

@@ -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