Socket
Socket
Sign inDemoInstall

chrome-simple-launcher

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-simple-launcher - npm Package Compare versions

Comparing version 0.0.8 to 0.1.0

LICENSE

42

package.json
{
"name": "chrome-simple-launcher",
"version": "0.0.8",
"version": "0.1.0",
"description": "A simple chrome launcher",
"main": "src/index.js",
"files": [
"build"
],
"main": "build/index.js",
"author": "dustyface<dustyface@163.com",
"license": "MIT",
"scripts": {
"test": "node test/index.js"
"start": "tsc -w",
"clean": "rimraf build",
"format": "prettier \"{examples,lib,script,test}/**/*.{js,ts}\" \"*.yml\" --write",
"test": "jest --detectOpenHandles",
"build": "npm run clean && tsc -p ./tsconfig.json"
},
"author": "dustyface<dustyface@163.com>"
"jest": {
"testEnvironment": "node",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testMatch": [
"**/?(*.)(spec|test).(ts|tsx|js)",
"**/__tests__/*.(ts|tsx|js)",
"**/test/*.(ts|tsx|js)"
]
},
"devDependencies": {
"@types/jest": "23.3.11",
"@types/node": "10.12.18",
"jest": "23.6.0",
"prettier": "1.15.3",
"rimraf": "2.6.3",
"ts-jest": "23.10.5",
"ts-node": "6.0.0",
"typescript": "3.2.4"
}
}

3

README.md

@@ -10,3 +10,2 @@ # Chrome Simple Launcher

launcher.launch(`https://www.baidu.com`)
```
```
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