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

isj

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isj - npm Package Compare versions

Comparing version 1.0.6 to 1.1.0

assets/avatar.png

25

package.json
{
"name": "isj",
"version": "1.0.6",
"description": "Electronic businesscard for Igor Szyporyn Jørgensen",
"version": "1.1.0",
"description": "Igor Szyporyn Jørgensen",
"keywords": [
"awesome",
"compatible"
],
"main": "bin/card.js",

@@ -12,6 +16,16 @@ "bin": {

"build": "npm run build:pre && tsc",
"release": "npm version patch && npm run build && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
"github:release": "git push origin && git push origin --tags",
"github:commit-changelog": "git add CHANGELOG.md && git commit -m \"updated CHANGELOG.md\"",
"changelog:major": "npm run changelog:clean && changelog -M && npm run github:commit-changelog",
"changelog:minor": "npm run changelog:clean && changelog -m && npm run github:commit-changelog",
"changelog:patch": "npm run changelog:clean && changelog -p && npm run github:commit-changelog",
"changelog:clean": "rimraf CHANGELOG.md",
"release:major": "npm run changelog:major && npm version major && npm run github:release && npm run build && npm publish",
"release:minor": "npm run changelog:minor && npm version minor && npm run github:release && npm run build && npm publish",
"release:patch": "npm run changelog:patch && npm version patch && npm run github:release && npm run build && npm publish"
},
"author": "Igor Szyporyn Jørgensen",
"author": {
"name": "Igor Szyporyn",
"email": "igor.szyporyn@gmail.com"
},
"license": "ISC",

@@ -23,2 +37,3 @@ "dependencies": {

"devDependencies": {
"generate-changelog": "^1.8.0",
"rimraf": "^3.0.2",

@@ -25,0 +40,0 @@ "typescript": "^3.9.7"

44

README.md

@@ -1,7 +0,45 @@

# Electronic businesscard for Igor Szyporyn Jørgensen
<div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p align="center">
<img src="https://raw.githubusercontent.com/IgorSzyporyn/businesscard/master/assets/avatar.png" alt="Igor Szyporyn Jørgensen" title="Igor Szyporyn Jørgensen" />
</p>
<div align="center">
Igor Szyporyn Jørgensen
</div>
<div align="center">
Senior Front End Developer
</div>
<p>&nbsp;</p>
<p align="center">
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" title="Javascript"><img src="https://raw.githubusercontent.com/IgorSzyporyn/businesscard/master/assets/logo-javascript.png" alt="javascript" /></a>
&nbsp;&nbsp;<a href="https://www.typescriptlang.org/" title="Typescript"><img src="https://raw.githubusercontent.com/IgorSzyporyn/businesscard/master/assets/logo-typescript.png" alt="typescript" /></a>
&nbsp;&nbsp;<a href="https://nodejs.org/en/" title="NodeJS"><img src="https://raw.githubusercontent.com/IgorSzyporyn/businesscard/master/assets/logo-nodejs.png" alt="nodejs" /></a>
&nbsp;&nbsp;<a href="https://reactjs.org/" title="React"><img src="https://raw.githubusercontent.com/IgorSzyporyn/businesscard/master/assets/logo-react.png" alt="react" /></a>
&nbsp;&nbsp;<a href="https://www.sencha.com/products/extjs/" title="Sencha ExtJS"><img src="https://raw.githubusercontent.com/IgorSzyporyn/businesscard/master/assets/logo-sencha-extjs.png" alt="sencha extjs" /></a>
</p>
</div>
## Usage
<p>&nbsp;</p>
## Online Businesscard
```js
$ npx isj
```
```
<p>&nbsp;</p>
## Quick Links About Me
- My best online read ever: [More Padding, Please!](https://medium.com/wayfair-design/more-padding-please-b95e19422acc)
I wanted to hug the author after reading.
- My most useful site(s): [Google](https://www.google.com/) & [Typescript React Cheat Sheet](https://www.saltycrane.com/cheat-sheets/typescript/react/latest/)
Wanted to have only one - but then it would just be google.com, and I have to admit that I use google a lot - why should I spend time solving a problem someone has already encountered before, and probably solved.
- My favorite NPM package: [storybook](https://www.npmjs.com/package/storybook)
I just love this tool!
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