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

buttplug

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buttplug - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.eslintrc

58

package.json
{
"name": "buttplug",
"version": "0.0.1",
"version": "0.0.2",
"description": "Javascript library for accessing buttplug servers via node.js or web sockets",
"main": "index.js",
"main": "./dist/main/src/index.js",
"types": "./dist/main/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "trash dist dist-bundle && yarn build:main",
"build:main": "tsc -p tsconfig.json && webpack",
"pretest": "yarn build:main",
"test": "nyc mocha tests/**/*.ts",
"posttest": "nyc report && codecov -f coverage/*.json"
},

@@ -22,3 +27,48 @@ "repository": {

},
"homepage": "https://github.com/metafetish/buttplug-js#readme"
"homepage": "https://github.com/metafetish/buttplug-js#readme",
"dependencies": {
"ajv": "^5.1.3",
"class-transformer": "^0.1.6",
"reflect-metadata": "^0.1.10",
"ws": "^3.0.0"
},
"devDependencies": {
"@types/chai": "^3.5.2",
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.22",
"chai": "^3.5.0",
"codecov": "^2.2.0",
"html-webpack-plugin": "^2.28.0",
"mocha": "^3.4.1",
"mock-socket": "^6.1.0",
"nyc": "^10.3.2",
"trash-cli": "^1.4.0",
"ts-loader": "^2.1.0",
"ts-node": "^3.0.4",
"typescript": "^2.3.3",
"webpack": "^2.6.0",
"yarn": "^0.24.5"
},
"nyc": {
"extension": [
".ts"
],
"include": [
"src/**/*.ts"
],
"exclude": [
"**/*.d.ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text",
"json",
"html"
],
"sourceMap": true,
"instrument": true,
"all": true
}
}

Sorry, the diff of this file is not supported yet

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