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.1 to 1.0.2

models/args.model.ts

1

ng2-wp-api.d.ts

@@ -5,2 +5,3 @@ import 'rxjs/add/operator/map';

export * from './service/helper.service';
export * from './service/config.service';
export * from './models/args.model';

@@ -7,0 +8,0 @@ export * from './models/post.model';

5

ng2-wp-api.js

@@ -9,4 +9,5 @@ "use strict";

__export(require('./service/helper.service'));
__export(require('./service/config.service'));
__export(require('./models/post.model'));
const config_service_1 = require('./service/config.service');
const config_service_2 = require('./service/config.service');
/**

@@ -25,4 +26,4 @@ * Collection of wordpress services providers.

//WpCollection,
config_service_1.WpConfig
config_service_2.WpConfig
];
//# sourceMappingURL=ng2-wp-api.js.map
{
"name": "ng2-wp-api",
"version": "1.0.1",
"version": "1.0.2",
"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