node-native2ascii
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"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 }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29738
10