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

morse-player

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

morse-player - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

pnpm-lock.yaml

22

package.json
{
"name": "morse-player",
"version": "1.0.2",
"version": "1.0.3",
"description": "Browser morse code audio player",

@@ -8,4 +8,4 @@ "author": "Andrew Bunker",

"repository": {
"type" : "git",
"url" : "https://github.com/numinos1/morse-player.git"
"type": "git",
"url": "https://github.com/numinos1/morse-player.git"
},

@@ -18,10 +18,5 @@ "keywords": [

"exports": {
".": "./dist/index.js"
".": "./lib/index.js"
},
"types": "./dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc -b .",
"install": "tsc -b ."
},
"types": "./lib/index.d.ts",
"devDependencies": {

@@ -36,3 +31,8 @@ "@babel/core": "^7.21.3",

"jest": "^29.5.0"
},
"scripts": {
"test": "jest",
"build": "tsc -b .",
"prepublish": "tsc -b ."
}
}
}

@@ -17,4 +17,4 @@ {

"baseUrl": ".",
"rootDir": "lib",
"outDir": "dist",
"rootDir": "src",
"outDir": "lib",
"declaration": true,

@@ -38,3 +38,3 @@ "removeComments": true,

"node_modules",
"dist",
"lib",
"test/**/*",

@@ -41,0 +41,0 @@ "**/*.spec.ts"

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