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

putil-flattentext

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

putil-flattentext - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

lib/index.d.ts

21

package.json
{
"name": "putil-flattentext",
"description": "Simple utility that converts manipulate \\t \\b \\r characters and flattens text",
"version": "2.0.0",
"version": "2.1.0",
"author": "Panates Ltd.",

@@ -11,3 +11,3 @@ "contributors": [

"repository": "panates/putil-flattentext",
"main": "lib/flattentext.js",
"main": "lib/index.js",
"keywords": [

@@ -20,10 +20,9 @@ "javascript",

"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^5.4.0",
"eslint-config-google": "^0.9.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
"eslint": "^7.1.0",
"eslint-config-google": "^0.14.0",
"mocha": "^7.2.0",
"nyc": "^15.1.0"
},
"engines": {
"node": ">= 6.0"
"node": ">= 8.0"
},

@@ -39,6 +38,6 @@ "directories": {

"scripts": {
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
"test": "mocha --require ./test/support/env --reporter spec --bail --check-leaks test/",
"cover": "nyc --reporter html --reporter text npm run test",
"travis-cover": "nyc --reporter lcovonly npm run test"
}
}
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