morse-player
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
181431
25
0
1