string_manipulation_package
Advanced tools
Comparing version 1.0.7 to 1.0.8
var path = require('path'); | ||
var fs = require('fs'); | ||
var lib = path.join(path.dirname(fs.realpathSync(__filename)), '../lib'); | ||
var functions = require('../lib/string_functions.js'); | ||
var functions = require(lib + '/string_functions.js'); | ||
module.exports = { | ||
count_string: functions.count_string, | ||
concat_strings:functions.concat_strings, | ||
insertStern:functions.insertStern | ||
count: functions.count, | ||
concat:functions.concat, | ||
insert:functions.insert | ||
} |
@@ -22,2 +22,8 @@ var call_counter = require('./call_counter'); | ||
} | ||
module.exports = { | ||
count: count_string, | ||
concat: concat_strings, | ||
insert: insertStern | ||
} | ||
{ | ||
"name": "string_manipulation_package", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A package for simple string manipulation", | ||
@@ -5,0 +5,0 @@ "main": "bin/main.js", |
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
1378
36
3