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

utf-8-validate

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utf-8-validate - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

fallback.js

8

index.js

@@ -1,1 +0,7 @@

module.exports = require('bindings')('validation');
'use strict';
try {
module.exports = require('bindings')('validation');
} catch (e) {
module.exports = require('./fallback');
}

2

package.json
{
"name": "utf-8-validate",
"version": "1.0.0",
"version": "1.0.1",
"description": "Validate UTF-8 for Web",

@@ -5,0 +5,0 @@ "main": "index.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