contentful-parsers
Advanced tools
Comparing version 0.2.13 to 0.2.14
{ | ||
"name": "contentful-parsers", | ||
"version": "0.2.13", | ||
"version": "0.2.14", | ||
"description": "Library of useful parsers to use when working with Contentful API responses.", | ||
@@ -48,11 +48,11 @@ "repository": "ryanhefner/contentful-parsers.git", | ||
"dependencies": { | ||
"@babel/runtime": "^7.9.0" | ||
"@babel/runtime": "^7.10.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.9.6", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.6", | ||
"@babel/plugin-transform-runtime": "^7.9.6", | ||
"@babel/preset-env": "^7.9.6", | ||
"@babel/cli": "^7.10.1", | ||
"@babel/core": "^7.10.2", | ||
"@babel/plugin-proposal-class-properties": "^7.10.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.10.1", | ||
"@babel/plugin-transform-runtime": "^7.10.1", | ||
"@babel/preset-env": "^7.10.2", | ||
"babel-core": "^7.0.0-bridge.0", | ||
@@ -64,3 +64,3 @@ "babel-jest": "^26.0.1", | ||
"coveralls": "^3.1.0", | ||
"dtslint": "^3.6.3", | ||
"dtslint": "^3.6.12", | ||
"greenkeeper-lockfile": "^1.15.1", | ||
@@ -71,3 +71,3 @@ "gzip-size": "^5.1.1", | ||
"regenerator-runtime": "^0.13.5", | ||
"rollup": "^2.10.5", | ||
"rollup": "^2.15.0", | ||
"rollup-plugin-babel": "^4.4.0", | ||
@@ -78,3 +78,3 @@ "rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-uglify": "^6.0.4", | ||
"typescript": "^3.9.3" | ||
"typescript": "^3.9.5" | ||
}, | ||
@@ -81,0 +81,0 @@ "jest": { |
# 🧰 contentful-parsers | ||
![npm](https://img.shields.io/npm/v/contentful-parsers?style=flat-square) | ||
![NPM](https://img.shields.io/npm/l/contentful-parsers?style=flat-square) | ||
![npm](https://img.shields.io/npm/dt/contentful-parsers?style=flat-square) | ||
![Coveralls github](https://img.shields.io/coveralls/github/ryanhefner/contentful-parsers?style=flat-square) | ||
[![npm](https://img.shields.io/npm/v/contentful-parsers?style=flat-square)](https://www.pkgstats.com/pkg:contentful-parsers) | ||
[![NPM](https://img.shields.io/npm/l/contentful-parsers?style=flat-square)](https://www.pkgstats.com/pkg:contentful-parsers) | ||
[![npm](https://img.shields.io/npm/dt/contentful-parsers?style=flat-square)](https://www.pkgstats.com/pkg:contentful-parsers) | ||
[![Coveralls github](https://img.shields.io/coveralls/github/ryanhefner/contentful-parsers?style=flat-square)](https://coveralls.io/github/ryanhefner/contentful-parsers) | ||
![CircleCI](https://img.shields.io/circleci/build/github/ryanhefner/contentful-parsers?style=flat-square) | ||
@@ -8,0 +8,0 @@ ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/ryanhefner/contentful-parsers?style=flat-square) |
@@ -1,2 +0,2 @@ | ||
/*! contentful-parsers v0.2.13 | (c) 2020 Ryan Hefner | MIT License | https://github.com/ryanhefner/contentful-parsers.git !*/ | ||
/*! contentful-parsers v0.2.14 | (c) 2020 Ryan Hefner | MIT License | https://github.com/ryanhefner/contentful-parsers.git !*/ | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : |
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
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
23110
Updated@babel/runtime@^7.10.1