Socket
Socket
Sign inDemoInstall

contentful-sitemap

Package Overview
Dependencies
12
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

24

package.json
{
"name": "contentful-sitemap",
"version": "0.2.0",
"version": "0.2.1",
"description": "Easily generate a sitemap.xml file that consists of both static routes and dynamic routes generated from Contentful content.",

@@ -44,3 +44,3 @@ "repository": "ryanhefner/contentful-sitemap",

"dependencies": {
"@babel/runtime": "^7.4.3",
"@babel/runtime": "^7.4.4",
"invariant": "^2.2.4",

@@ -53,14 +53,14 @@ "lodash.get": "^4.4.2",

"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.7.1",
"babel-jest": "^24.8.0",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-polyfill": "^6.26.0",
"contentful": "^7.5.0",
"contentful": "^7.5.1",
"coveralls": "^3.0.3",

@@ -70,6 +70,6 @@ "dtslint": "^0.7.1",

"gzip-size": "^5.1.0",
"jest": "^24.7.1",
"jest": "^24.8.0",
"pretty-bytes": "^5.2.0",
"regenerator-runtime": "^0.13.2",
"rollup": "^1.10.1",
"rollup": "^1.11.3",
"rollup-plugin-babel": "^4.3.2",

@@ -76,0 +76,0 @@ "rollup-plugin-commonjs": "^9.3.4",

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

/*! contentful-sitemap v0.2.0 | (c) 2019 Ryan Hefner | MIT License | https://github.com/ryanhefner/contentful-sitemap !*/
/*! contentful-sitemap v0.2.1 | (c) 2019 Ryan Hefner | MIT License | https://github.com/ryanhefner/contentful-sitemap !*/
(function (factory) {

@@ -3,0 +3,0 @@ typeof define === 'function' && define.amd ? define(factory) :

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc