New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.6 to 1.0.7

3

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');
alert(lib);
var functions = require('../lib/string_functions.js');
module.exports = {

@@ -7,0 +6,0 @@ count_string: functions.count_string,

{
"name": "string_manipulation_package",
"version": "1.0.6",
"version": "1.0.7",
"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