ember-compatibility-helpers
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -0,1 +1,9 @@ | ||
## v1.2.4 (2021-03-29) | ||
#### :bug: Bug Fix | ||
* [#51](https://github.com/pzuraq/ember-compatibility-helpers/pull/51) Use fs-extra instead of fs ([@pzuraq](https://github.com/pzuraq)) | ||
#### Committers: 1 | ||
- Chris Garrett ([@pzuraq](https://github.com/pzuraq)) | ||
## v1.2.3 (2021-03-23) | ||
@@ -2,0 +10,0 @@ |
@@ -6,3 +6,3 @@ 'use strict'; | ||
const getFlags = require('./utils/get-flags'); | ||
const fs = require('fs'); | ||
const fs = require('fs-extra'); | ||
const path = require('path'); | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "ember-compatibility-helpers", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Zero-cost compatibility flags and helpers for Ember.js", | ||
@@ -29,2 +29,3 @@ "keywords": [ | ||
"ember-cli-version-checker": "^5.1.1", | ||
"fs-extra": "^9.1.0", | ||
"semver": "^5.4.1" | ||
@@ -31,0 +32,0 @@ }, |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
21616
4
+ Addedfs-extra@^9.1.0
+ Addedat-least-node@1.0.0(transitive)
+ Addedfs-extra@9.1.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addeduniversalify@2.0.1(transitive)