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

humanization

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

humanization - npm Package Compare versions

Comparing version 0.0.0-development to 1.0.0

40

package.json
{
"name": "humanization",
"version": "0.0.0-development",
"version": "1.0.0",
"description": "To err is human",

@@ -20,12 +20,13 @@ "repository": "https://github.com/dzucconi/humanization",

"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@types/jest": "^24.0.13",
"commitizen": "^3.1.1",
"cz-conventional-changelog": "^2.1.0",
"husky": "^3.0.0",
"jest": "^24.8.0",
"semantic-release": "^15.13.18",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
"@commitlint/cli": "8.0.0",
"@commitlint/config-conventional": "8.0.0",
"@semantic-release/git": "^7.0.16",
"@types/jest": "24.0.15",
"commitizen": "3.1.1",
"cz-conventional-changelog": "2.1.0",
"husky": "3.0.0",
"jest": "24.8.0",
"semantic-release": "15.13.18",
"ts-jest": "24.0.2",
"typescript": "3.5.2"
},

@@ -50,3 +51,20 @@ "files": [

}
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"dist/**/*.{js,css}",
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
}
# humanization
[![Build Status](https://travis-ci.org/dzucconi/humanization.svg?branch=master)](https://travis-ci.org/dzucconi/humanization)
`humanization` is a library that seeks to simulate human patterns of error when typing text. It can serve as a kind of ergonomic layer for automated chatbots to make them feel more human.

@@ -4,0 +6,0 @@

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