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

besogo

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

besogo - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.eslintrc.js

23

package.json
{
"name": "besogo",
"version": "0.0.2",
"version": "0.0.3",
"description": "Embeddable SGF player for the game of Go (aka Weiqi, Baduk)",
"main": "besogo.all.js",
"scripts": {
"build": "./build.sh",
"prepare": "npm run build"
"build": "rollup --config",
"prepublish": "npm run build",
"lint": "eslint .",
"test": "mocha",
"test:watch": "mocha --watch",
"test:coverage": "nyc --reporter=lcov --reporter=text-summary --reporter=html npm run test",
"prettier": "prettier --write src test"
},
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"prettier": "^2.0.2",
"rollup": "^2.2.0",
"rollup-plugin-commonjs": "^10.1.0"
},
"repository": {

@@ -11,0 +28,0 @@ "type": "git",

build.sh

Sorry, the diff of this file is too big to display

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