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

ng2-wp-api

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-wp-api - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

3

models/args.model.d.ts

@@ -1,2 +0,2 @@

export interface QueryArgs {
export declare class QueryArgs {
author: string;

@@ -12,2 +12,3 @@ context: any;

_embed: boolean;
constructor();
}
"use strict";
class QueryArgs {
constructor() {
}
}
exports.QueryArgs = QueryArgs;
//# sourceMappingURL=args.model.js.map

@@ -1,12 +0,15 @@

export interface QueryArgs {
author: string;
context: any;
filter: any;
order: string;
orderby: string;
page: number;
per_page: number;
search: string;
status: any;
_embed: boolean;
export class QueryArgs {
public author: string;
public context: any;
public filter: any;
public order: string;
public orderby: string;
public page: number;
public per_page: number;
public search: string;
public status: any;
public _embed: boolean;
constructor(){
}
}

@@ -10,2 +10,3 @@ "use strict";

__export(require('./service/config.service'));
__export(require('./models/args.model'));
__export(require('./models/post.model'));

@@ -12,0 +13,0 @@ const config_service_2 = require('./service/config.service');

{
"name": "ng2-wp-api",
"version": "1.0.6",
"version": "1.0.7",
"description": "WordPress API Service for Angular2",

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

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