Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

boostact

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boostact - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

.babelrc

71

package.json
{
"name": "boostact",
"version": "0.0.2",
"description": "BoostAct is a web framework inspired by React.",
"main": "build/index.js",
"scripts": {
"start": "tsc && node build/index.js",
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boostcamp-2020/Project18-D-WEB-BoostAct.git"
},
"keywords": [
"web_framework",
"boostcamp",
"project18-D-web-boostAct",
"vanillaMarket"
],
"contributors": [
"kakasoo <kscodebase@gmail.com> (https://github.com/kakasoo)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/boostcamp-2020/Project18-D-WEB-BoostAct/issues"
},
"homepage": "https://github.com/boostcamp-2020/Project18-D-WEB-BoostAct#readme",
"dependencies": {
"npm": "^6.14.8"
}
"type": "module",
"name": "boostact",
"version": "1.0.0",
"main": "./src/index.js",
"scripts": {
"build": "webpack -w",
"dev": "webpack-dev-server"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.12.7",
"babel-loader": "^8.1.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.0.0",
"prettier": "^2.1.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"keywords": [],
"description": "### Project18-D-VanillaMarket https://github.com/boostcamp-2020/Project18-D-WEB-VanillaMarket",
"dependencies": {
"preact": "^10.5.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boostcamp-2020/Project18-D-WEB-BoostAct.git"
},
"bugs": {
"url": "https://github.com/boostcamp-2020/Project18-D-WEB-BoostAct/issues"
},
"homepage": "https://github.com/boostcamp-2020/Project18-D-WEB-BoostAct#readme"
}
# Project18-D-WEB-BoostAct
### Project18-D-VanillaMarket
https://github.com/boostcamp-2020/Project18-D-WEB-VanillaMarket
## how to publish npm
# 팀원 소개
```text
npm whoami // kakasoo (It's my nickname logged in npm.)
npm login // username, password, email
npm publish --access public // publish
```
![https://s3-us-west-2.amazonaws.com/secure.notion-static.com/99751cab-9e31-4b4c-8bc1-e956edf7adee/Untitled.png](https://s3.us-west-2.amazonaws.com/secure.notion-static.com/99751cab-9e31-4b4c-8bc1-e956edf7adee/Untitled.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAT73L2G45O3KS52Y5%2F20201117%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20201117T133026Z&X-Amz-Expires=86400&X-Amz-Signature=b9b74ddd26a9dc31a33c68ab58328a633f9c5ae508a171527f7222114fbeb3e2&X-Amz-SignedHeaders=host&response-content-disposition=filename%20%3D%22Untitled.png%22)
- 2020.11.17 웃고있는 팀원들
## 403 Error
### J001 [강경수](https://github.com/kakasoo) 👨🏻‍💻
> 가는 Request가 고와야 오는 Response가 곱다. :100:
- mbti : INTJ
- 도전사항 : 예쁜 코드!
- TMI : TMI는 뭘 쓰라고 있는 칸이죠?
```text
npm에 email 인증을 안했을 경우, 인증을 하고 잠시 대기한다.
```
## how to use?
### J013 [구승효](https://github.com/SeunghyoKu) 👩🏻‍💻
> 부캠 6개월이면 구승효도 코딩을 한다. :dog2:
- mbti : INFP
- 도전사항 : 마지막을 불태우겠습니다. :fire:
- TMI : 이번 롤 시즌 결국 골딱이로 마감..
```bash
npm i boostact --save
```
### J107 [심재익](https://github.com/simjaeik) 😆
> 코딩도 식후경 🍗
- mbti: ENFP
- 도전사항 : 현업개발자 앞에서도 당당하게 바닐라 js 잘한다고 말할수 있게 하기. 👊
- TMI : 맥주 그라가스 🍻
### J200 [지화영](https://github.com/ji3427) 😆
> 무오류는 금이다.
- mbti : INTP
- 도전사항 : 자바스크립트 이해하기.

@@ -7,4 +7,4 @@ {

// "incremental": true, /* Enable incremental compilation */
"target": "ES2018" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */,
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */,
"target": "ES5" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */,
"module": "esnext",
// "lib": [], /* Specify library files to be included in the compilation. */

@@ -11,0 +11,0 @@ // "allowJs": true, /* Allow javascript files to be compiled. */

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