Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.12 to 1.0.13

2

package.json
{
"name": "hw-npm-module",
"version": "1.0.12",
"version": "1.0.13",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -1,12 +0,9 @@

#instructions:
# how to create package
1. npm init
2. create
npm pack
npm install typescript -g
npm i -D typescript
tsc --init
`npm i react -D`
npm i @types/react -D
tsc -p .
npm run build
1. `npm init` -- will init package.json
2. npm pack /???
3. `npm install typescript -g` -- global installation for TS
4. `npm i -D react @types/react typescript` -- add dev dependency for TS and React
5. `tsc --init` -- init tsconfig.json
6. `tsc -p .` -- will build specified targets in current path `.`
7. `npm publish` -- will publish updates
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