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

voxels-scripting-server

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

voxels-scripting-server - npm Package Compare versions

Comparing version 0.9.0 to 0.9.2

dist/src/index.d.ts

17

package.json
{
"name": "voxels-scripting-server",
"version": "0.9.0",
"version": "0.9.2",
"description": "A basic server to run Voxels.com scripts",

@@ -8,11 +8,11 @@ "lib": "src/index.d.ts",

"scripts": {
"clean": "rm dist",
"clean": "rm -rf dist",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/server.ts",
"build": "tsc --declaration",
"format": "prettier --write \"src/**/*.ts\"",
"build": "tsc",
"prepare": "npm run build",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push origin && git push origin --tags",
"all": "npm run prepare && npm run preversion && npm run version && npm run postversion"
"all": "npm run prepare && npm run version && npm run postversion"
},

@@ -22,3 +22,5 @@ "author": "Benjy Larcher",

"files": [
"src"
"dist/src/index.js",
"dist/src/index.js.map",
"dist/src/index.d.ts"
],

@@ -50,4 +52,5 @@ "dependencies": {

"@types/node-fetch": "^2.6.1",
"@types/ws": "^8.5.3"
"@types/ws": "^8.5.3",
"tslint": "^6.1.3"
}
}
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