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.5 to 1.0.6

2

models/args.model.d.ts

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

export interface Args {
export interface QueryArgs {
author: string;

@@ -3,0 +3,0 @@ context: any;

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

export interface Args{
export interface QueryArgs {
author: string;

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

_embed: boolean;
}
}

@@ -44,3 +44,3 @@ import {User} from "./user.model";

}
categories():any {

@@ -47,0 +47,0 @@ if (this.post._embedded && this.post._embedded['wp:term'][0])

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

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

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