Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

string_manipulation_package

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string_manipulation_package - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

8

bin/main.js
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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc