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

wtf-8

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

wtf-8 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "wtf-8",
"version": "1.0.0",
"version": "1.0.1",
"description": "A well-tested WTF-8 encoder/decoder written in JavaScript.",

@@ -21,3 +21,3 @@ "homepage": "https://mths.be/wtf8",

"type": "git",
"url": "https://github.com/mathiasbynens/wtf-8.js.git"
"url": "https://github.com/mathiasbynens/wtf-8.git"
},

@@ -28,3 +28,3 @@ "files": [

],
"bugs": "https://github.com/mathiasbynens/wtf-8.js/issues",
"bugs": "https://github.com/mathiasbynens/wtf-8/issues",
"scripts": {

@@ -31,0 +31,0 @@ "test": "node tests/tests.js"

@@ -9,3 +9,3 @@ # wtf-8 [![Build status](https://travis-ci.org/mathiasbynens/wtf-8.svg?branch=master)](https://travis-ci.org/mathiasbynens/wtf-8) [![Dependency status](https://gemnasium.com/mathiasbynens/wtf-8.svg)](https://gemnasium.com/mathiasbynens/wtf-8)

Via [npm](http://npmjs.org/):
Via [npm](https://www.npmjs.com/):

@@ -34,3 +34,3 @@ ```bash

In [Narwhal](http://narwhaljs.org/), [Node.js](http://nodejs.org/), and [RingoJS ≥ v0.8.0](http://ringojs.org/):
In [Narwhal](http://narwhaljs.org/), [Node.js](https://nodejs.org/), and [RingoJS ≥ v0.8.0](http://ringojs.org/):

@@ -37,0 +37,0 @@ ```js

@@ -1,2 +0,2 @@

/*! https://mths.be/wtf8 v1.0.0 by @mathias */
/*! https://mths.be/wtf8 v1.0.1 by @mathias */
;(function(root) {

@@ -205,3 +205,3 @@

var wtf8 = {
'version': '1.0.0',
'version': '1.0.1',
'encode': wtf8encode,

@@ -208,0 +208,0 @@ 'decode': wtf8decode

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