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

@mitm/unityinvoker

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

@mitm/unityinvoker - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/src/index.d.ts

11

package.json
{
"name": "@mitm/unityinvoker",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node.js library to invoke Unity's CLI without headaches",

@@ -13,3 +13,4 @@ "author": "Morgan Touverey Quilling <mtouverey@methodinthemadness.eu>",

"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post",
"lint": "tslint src/**/*.ts"
"test": "mocha dist/test/**/*.js",
"lint": "tslint src/**/*.ts test/**/*.ts"
},

@@ -25,11 +26,13 @@ "repository": {

"devDependencies": {
"@types/mocha": "^2.2.41",
"@types/node": "^7.0.12",
"@types/pify": "^0.0.28",
"semantic-release": "^6.3.2",
"tslint": "^5.1.0",
"typescript": "^2.2.2",
"semantic-release": "^6.3.2"
"typescript": "^2.2.2"
},
"dependencies": {
"mocha": "^3.2.0",
"pify": "^2.3.0"
}
}

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