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

@contember/authorization

Package Overview
Dependencies
Maintainers
5
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contember/authorization - npm Package Compare versions

Comparing version 0.9.0-alpha.1 to 0.9.0-alpha.4

1

dist/src/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Permissions = exports.AuthorizationScope = exports.AccessNode = exports.AccessEvaluator = exports.Authorizator = void 0;
var Authorizator_1 = require("./Authorizator");

@@ -4,0 +5,0 @@ Object.defineProperty(exports, "Authorizator", { enumerable: true, get: function () { return Authorizator_1.default; } });

17

package.json
{
"name": "@contember/authorization",
"version": "0.9.0-alpha.1",
"license": "Apache-2.0",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"scripts": {},
"devDependencies": {
"typescript": "^3.9.5"
},
"gitHead": "ef9d3567bc86885591341cca901b7a12e0e46f74"
"name": "@contember/authorization",
"version": "0.9.0-alpha.4",
"license": "Apache-2.0",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"scripts": {},
"devDependencies": {}
}

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