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

morsify

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

morsify - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

src/morsify.js

12

package.json
{
"name": "morsify",
"version": "0.2.3",
"version": "0.2.4",
"description": "Morse code translator and decoder which also generates audio.",

@@ -11,2 +11,4 @@ "keywords": [

"morse translator",
"morse decoder",
"morse encoder",
"morsify"

@@ -31,8 +33,8 @@ ],

},
"main": "./index.js",
"main": "./src/morsify.js",
"files": [
"LICENSE",
"README.md",
"index.js",
"dist/morsify.min.js"
"src",
"dist"
],

@@ -42,3 +44,3 @@ "scripts": {

"test-cov": "istanbul cover _mocha",
"lint": "jshint index.js"
"lint": "jshint ./src/morsify.js"
},

@@ -45,0 +47,0 @@ "engines": {

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