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

@aptly-as/types

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aptly-as/types - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

models/organization.d.ts
import { AptlyPermissionModulesModels, AptlyPermissionOrganizationModels } from '../core';
import { AptlySignageSchema } from '../core/signage';
import { AptlyUserSchema } from './User';
import { AptlyUserSchema } from './user';
export declare type AptlyOrganization = AptlyOrganizationSchema<string, string>;

@@ -5,0 +5,0 @@ export interface AptlyOrganizationSchema<ID, DATE> {

import { AptlyPermissionModulesModels, AptlyPermissionOrganizationModels } from '../core';
import { AptlySignageSchema } from '../core/signage';
import { AptlyUserSchema } from './User';
import { AptlyUserSchema } from './user';

@@ -5,0 +5,0 @@ export type AptlyOrganization = AptlyOrganizationSchema<string, string>;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=User.js.map
//# sourceMappingURL=user.js.map
{
"name": "@aptly-as/types",
"version": "0.1.1",
"version": "0.1.2",
"description": "Aptly types and enums",

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

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