Socket
Socket
Sign inDemoInstall

is-utf8

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-utf8 - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

ansi.txt

2

is-utf8.js
exports.isUtf8 = function(bytes)
exports = module.exports = function(bytes)
{

@@ -4,0 +4,0 @@ var i = 0;

{
"name": "is-utf8",
"version": "0.1.0",
"version": "0.2.0",
"description": "detect if a buffer is utf8 encoded.",
"main": "is-utf8.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test.js"
},

@@ -9,0 +9,0 @@ "repository": "https://github.com/wayfind/is-utf8.git",

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