New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

spell-it

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spell-it - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

package.json
{
"name": "spell-it",
"version": "0.1.0",
"description": "Writes out numbers as words in English, French or Danish",
"version": "0.1.1",
"description": "Writes out numbers as words in English, French, Indonesian or Danish",
"keywords": [

@@ -12,2 +12,3 @@ "amount",

"main": "lib/index.js",
"bin": "./cli.js",
"scripts": {

@@ -14,0 +15,0 @@ "test": "mocha"

4

README.md
# spell-it #
Small Node.js module that writes out numbers as words in English, French or Danish.
Small Node.js module that writes out numbers as words in English, French, Indonesian or Danish.

@@ -21,2 +21,2 @@ ## Usage ##

## License ##
MIT
MIT
var expect = require('chai').expect;
var spellFactory = require('spell-it');
var spellFactory = require('../lib/index.js');

@@ -4,0 +4,0 @@ describe('spell-it in Danish', function(){

var expect = require('chai').expect;
var spellFactory = require('spell-it');
var spellFactory = require('../lib/index.js');

@@ -4,0 +4,0 @@ describe('spell-it in English', function(){

@@ -5,3 +5,3 @@ // http://www.french-linguistics.co.uk/tutorials/numbers/

var expect = require('chai').expect;
var spellFactory = require('spell-it');
var spellFactory = require('../lib/index.js');

@@ -8,0 +8,0 @@ describe('spell-it in French', function(){

var expect = require('chai').expect;
var spellFactory = require('spell-it');
var spellFactory = require('../lib/index.js');

@@ -4,0 +4,0 @@ describe('spell-it in Bahasa', function(){

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