property-b
Advanced tools
Comparing version 2.1.5 to 2.1.6
## Updates | ||
# v2.1.6 | ||
## Updates | ||
# v2.1.1 | ||
@@ -4,0 +7,0 @@ ## Updates |
{ | ||
"name": "property-b", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
const fs = require('fs'); | ||
var exec = require('child_process').exec; | ||
var join = require('path').join; | ||
var cwd = process.cwd(); | ||
const package = require(join(cwd, 'package.json')); | ||
const changelogPath = join(cwd, 'CHANGELOG.md'); | ||
const package = require(join(__dirname, '../package.json')); | ||
const changelogPath = join(__dirname, '../CHANGELOG.md'); | ||
@@ -9,0 +8,0 @@ fs.readFile(changelogPath, 'utf8', (error, data) => { |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
984
15