contentful-resolve-response
Advanced tools
Comparing version 1.1.1 to 1.1.2
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
## v1.1.2 | ||
### Build System / Dependencies | ||
* **esm:** provide esm version for bundlers ([#16](https://github.com/contentful/contentful-resolve-response/pull/16)) ([a40cabb7](https://github.com/contentful/contentful-resolve-response/commit/a40cabb73e099347cd7a77679ba4060f20d07b65)) | ||
### Documentation Changes | ||
* **package.json:** fix urls ([70f61377](https://github.com/contentful/contentful-resolve-response/commit/70f6137787345cdb5913dd198b597e446ab16390)) | ||
* **README:** add npm version badge ([724b5ef6](https://github.com/contentful/contentful-resolve-response/commit/724b5ef684fa12d3a539e23ad089da3b3a047199)) | ||
## v1.1.1 | ||
### Bug Fixes | ||
* **removeUnresolved:** remove instead of set to undefined ([#15](https://github.com/contentful/contentful-resolve-response/pull/15)) ([a58906b1](https://github.com/contentful/contentful-resolve-response/commit/a58906b1df9218cfebf9974e6969d07d87a9dc05)) | ||
## v1.1.0 - 2018-01-17 | ||
@@ -5,0 +22,0 @@ ### Added |
{ | ||
"name": "contentful-resolve-response", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"jsnext:main": "./dist/esm/index.js", | ||
"scripts": { | ||
"lint": "eslint '**/*.js'", | ||
"build": "BABEL_ENV=cjs babel index.js -d dist/cjs/ && BABEL_ENV=esm babel index.js -d dist/esm/", | ||
"lint": "eslint index.js test", | ||
"test": "npm run lint && npm run test-unit", | ||
"test-unit": "nyc mocha 'test/**/*-test.js'", | ||
"test-unit": "BABEL_ENV=cjs nyc mocha --require babel-register 'test/**/*-test.js'", | ||
"test-watch": "npm run test-unit -- --watch", | ||
"test-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", | ||
"precommit": "npm run lint", | ||
"prepush": "npm run test" | ||
"prepush": "npm run test", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -19,4 +23,14 @@ "repository": { | ||
}, | ||
"engines": { | ||
"node": ">=4.7.2" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.4" | ||
}, | ||
"devDependencies": { | ||
"@contentful/eslint-config-backend": "^6.0.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-register": "^6.26.0", | ||
"chai": "^4.1.1", | ||
@@ -35,11 +49,11 @@ "codecov": "^3.0.0", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"author": "Contentful GmbH", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com:contentful/contentful-resolve-response/issues" | ||
"url": "https://github.com/contentful/contentful-resolve-response/issues" | ||
}, | ||
"homepage": "https://github.com:contentful/contentful-resolve-response", | ||
"dependencies": { | ||
"lodash": "^4.17.4" | ||
} | ||
"homepage": "https://github.com/contentful/contentful-resolve-response" | ||
} |
# contentful-resolve-response | ||
[![npm](https://img.shields.io/npm/v/contentful-resolve-response.svg)](https://www.npmjs.com/package/contentful-resolve-response) | ||
[![Build Status](https://travis-ci.org/contentful/contentful-resolve-response.svg?branch=master)](https://travis-ci.org/contentful/contentful-resolve-response) | ||
@@ -4,0 +5,0 @@ [![codecov](https://codecov.io/gh/contentful/contentful-resolve-response/branch/master/graph/badge.svg)](https://codecov.io/gh/contentful/contentful-resolve-response) |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
29359
8
384
0
0
52
17
3