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

hw-npm-module

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hw-npm-module - npm Package Compare versions

Comparing version

to
1.0.11

src/index.tsx

6

package.json
{
"name": "hw-npm-module",
"version": "1.0.10",
"version": "1.0.11",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p .",
"bp": "tsc -p . && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -9,0 +9,0 @@ },

@@ -15,3 +15,3 @@ {

// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir": "./dist", /* Redirect output structure to the directory. */
"outDir": "dist", /* Redirect output structure to the directory. */
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */

@@ -66,3 +66,6 @@ // "composite": true, /* Enable project compilation */

"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
}
},
"include": [
"./src"
]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet