Socket
Socket
Sign inDemoInstall

gilded-wordpress

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gilded-wordpress - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/taxonomies.js

@@ -261,3 +261,5 @@ module.exports = function( Client ) {

term.taxonomy = taxonomy;
term.parent = parent ? parent.termId : null;
if ( parent ) {
term.parent = parent;
}

@@ -264,0 +266,0 @@ this.publishTerm( term, function( error, termId ) {

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

Copyright 2014 Scott González http://scottgonzalez.com
Copyright Scott González http://scottgonzalez.com

@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person

{
"name": "gilded-wordpress",
"description": "Easily synchronize content between the file system and WordPress",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/scottgonzalez/gilded-wordpress",

@@ -18,12 +18,7 @@ "author": {

},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/scottgonzalez/gilded-wordpress/blob/master/LICENSE.txt"
}
],
"license": "MIT",
"dependencies": {
"async": "~0.9.0",
"glob": "~4.0.6",
"wordpress": "~1.0.0"
"wordpress": "~1.1.2"
},

@@ -30,0 +25,0 @@ "keywords": [

@@ -226,3 +226,3 @@ # Gilded WordPress

The `taxonomies.json` file defines all used taxonomy terms.
You can only manage terms, all taxonomies much already exist in WordPress.
You can only manage terms, all taxonomies must already exist in WordPress.

@@ -331,3 +331,3 @@ ```json

Copyright 2014 Scott González. Released under the terms of the MIT license.
Copyright Scott González. Released under the terms of the MIT license.

@@ -334,0 +334,0 @@ ---

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