New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

could

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

could - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

dist/acl/acl.d.ts

6

dist/index.d.ts

@@ -1,1 +0,5 @@

export declare const message = "could";
export * from "./interfaces/acl";
export * from "./driver/memory/storage";
export * from "./acl/acl";
export * from "./acl/role-aware";
export * from "./acl/user-aware";
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
exports.message = "could";
__export(require("./driver/memory/storage"));
__export(require("./acl/acl"));
__export(require("./acl/role-aware"));
__export(require("./acl/user-aware"));
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "could",
"version": "0.0.0",
"version": "0.0.1",
"description": "ACL. support Javascript(& Typescript).",

@@ -5,0 +5,0 @@ "keywords": [

export const message = "could"
export * from "./interfaces/acl"
export * from "./driver/memory/storage"
export * from "./acl/acl"
export * from "./acl/role-aware"
export * from "./acl/user-aware"

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