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-a

txj5ZDhR7uQ.png

6

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

@@ -14,3 +14,2 @@ "main": "dist/index.js",

"peerDependencies": {
"react": ">=16.12.0"

@@ -23,3 +22,4 @@ },

},
"dependencies": {}
"dependencies": {},
"icon": "./txj5ZDhR7uQ.png"
}

@@ -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

Sorry, the diff of this file is not supported yet

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