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

node-native2ascii

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-native2ascii - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

CHANGES.md

4

package.json
{
"name": "node-native2ascii",
"version": "0.1.0",
"version": "0.1.1",
"description": "Node.js implementation of Java's Native-to-ASCII Converter",

@@ -33,3 +33,3 @@ "homepage": "https://github.com/NotNinja/node-native2ascii",

"codecov": "^3.0.0",
"eslint": "^4.12.1",
"eslint": "^4.13.0",
"eslint-config-notninja": "^0.2.3",

@@ -36,0 +36,0 @@ "mocha": "^4.0.1",

@@ -111,3 +111,3 @@ 888 d8b .d8888b. d8b d8b

``` javascript
const native2ascii = require('native2ascii');
const native2ascii = require('node-native2ascii');

@@ -121,3 +121,3 @@ native2ascii('I ♥ native2ascii!');

``` javascript
const native2ascii = require('native2ascii');
const native2ascii = require('node-native2ascii');

@@ -124,0 +124,0 @@ native2ascii('I \u2665 native2ascii!', { reverse: true });

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