Comparing version 0.0.3 to 0.0.4
@@ -250,2 +250,3 @@ // Copright 2015 A Medium Corporation | ||
canonicalUrl: options.canonicalUrl, | ||
publishedAt: options.publishedAt, | ||
publishStatus: options.publishStatus, | ||
@@ -289,2 +290,3 @@ license: options.license | ||
canonicalUrl: options.canonicalUrl, | ||
publishedAt: options.publishedAt, | ||
publishStatus: options.publishStatus, | ||
@@ -291,0 +293,0 @@ license: options.license |
{ | ||
"name": "medium-sdk" | ||
, "description": "NodeJS client for the Medium app" | ||
, "version": "0.0.3" | ||
, "version": "0.0.4" | ||
, "homepage": "https://github.com/medium/medium-sdk-nodejs" | ||
@@ -6,0 +6,0 @@ , "author": "Jamie Talbot <jamie@jamietalbot.com> (https://github.com/majelbstoat)" |
@@ -231,2 +231,3 @@ var medium = require("../") | ||
canonicalUrl: 'http://example.com/new-post', | ||
publishedAt: '2004-02-12T15:19:21+00:00', | ||
publishStatus: 'draft', | ||
@@ -243,2 +244,3 @@ license: 'all-rights-reserved' | ||
canonicalUrl: options.canonicalUrl, | ||
publishedAt: options.publishedAt, | ||
publishStatus: options.publishStatus, | ||
@@ -273,2 +275,3 @@ license: options.license | ||
canonicalUrl: 'http://example.com/new-post', | ||
publishedAt: '2004-02-12T15:19:21+00:00', | ||
publishStatus: 'draft', | ||
@@ -285,2 +288,3 @@ license: 'all-rights-reserved' | ||
canonicalUrl: options.canonicalUrl, | ||
publishedAt: options.publishedAt, | ||
publishStatus: options.publishStatus, | ||
@@ -287,0 +291,0 @@ license: options.license |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34091
623
2