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

@aptly-as/app-web

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aptly-as/app-web - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

dist/AptlyWeb.d.ts
import { Media } from '@aptly-as/sdk-web';
import { AptlyWebContext } from './types';
import { AptlyAppWebContext } from '@aptly-as/types';
export declare class AptlyWeb {

@@ -7,3 +7,3 @@ private _apiUrl;

readonly media: Media;
constructor(_apiUrl: string, _config: AptlyWebContext);
constructor(_apiUrl: string, _config: AptlyAppWebContext);
get theme(): any;

@@ -10,0 +10,0 @@ get organization(): Pick<import("@aptly-as/types").AptlyOrganization, "name" | "_id" | "slug">;

export * from './AptlyWeb.js';
export * from './types';
//# sourceMappingURL=index.d.ts.map
export * from './AptlyWeb.js';
export * from './types';
{
"name": "@aptly-as/app-web",
"version": "0.0.3",
"version": "0.0.4",
"description": "Aptly app SDK library for frontend development",

@@ -35,3 +35,3 @@ "type": "module",

"dependencies": {
"@aptly-as/sdk-web": "^0.0.2"
"@aptly-as/sdk-web": "^0.0.3"
},

@@ -38,0 +38,0 @@ "peerDependencies": {

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