New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clean-up-string

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-up-string - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

3

index.js
var latins = require("./latins");
var regexp = new RegExp("(" + Object.keys(latins).join("|") + ")", "g");
var phpfn = require("phpfn");
var trim = phpfn("trim");
var trim = require('lodash.trim');

@@ -6,0 +5,0 @@ function replaceFunc(oldChar) {

{
"name": "clean-up-string",
"version": "1.0.0",
"version": "2.0.0",
"description": "Convert certain unicode characters into their ascii equivalents.",
"main": "index.js",
"scripts": {},
"scripts": {
"test": "node test/index.test.js"
},
"dependencies": {
"lodash.trim": "^4.5.1"
},
"devDependencies": {
"wru": "^0.2.7"
},
"repository": {

@@ -11,3 +19,3 @@ "type": "git",

},
"license": "ISC",
"license": "Xnet",
"bugs": {

@@ -17,8 +25,12 @@ "url": "https://github.com/unlight/clean-up-string/issues"

"homepage": "https://github.com/unlight/clean-up-string#readme",
"dependencies": {
"phpfn": "^1.0.0"
"directories": {
"test": "test"
},
"devDependencies": {
"wru": "^0.2.7"
}
"keywords": [
"cleanup",
"ascii",
"slugify",
"slug",
"latinize"
]
}

Sorry, the diff of this file is not supported yet

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