@perion/perion
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@perion/perion", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "A library that contains all the utilities for creating a MapleStory server emulator", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"deps": "node scripts/deps.js", | ||
"publish": "npm publish . --access public", | ||
"publish": "node scripts/publish.js", | ||
"lcov": "nyc --reporter=lcov mocha packages/**/*.test.js test/*js" | ||
@@ -57,3 +57,3 @@ }, | ||
"@perion/crypto": "1.0.2", | ||
"@perion/net": "0.0.4", | ||
"@perion/net": "0.0.5", | ||
"@perion/wz": "0.0.1" | ||
@@ -65,2 +65,2 @@ }, | ||
} | ||
} | ||
} |
{ | ||
"name": "@perion/net", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A few networking utilities for MapleStory server development", | ||
@@ -13,2 +13,6 @@ "main": "index.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jonnylin13/perion/tree/master/packages/net" | ||
}, | ||
"keywords": [ | ||
@@ -15,0 +19,0 @@ "maplestory", |
@@ -96,3 +96,4 @@ # `@perion/perion` [![Travis CI Build Status](https://travis-ci.org/jonnylin13/perion.svg?branch=master)](https://github.com/jonnylin13) ![Code coverage](https://img.shields.io/badge/min%20coverage-90%25-green) | ||
* Uses Google's recommended JS style guidelines, fully documented code including full JSDoc comments | ||
* Everything is tested and modular, so only use the modules that you want | ||
* Modular packages, so use what you want | ||
* Full test coverage, with a minimum coverage threshold of 90% | ||
* Zero dependencies | ||
@@ -99,0 +100,0 @@ |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1926245
100
9060
129
2
+ Added@perion/net@0.0.5(transitive)
- Removed@perion/net@0.0.4(transitive)
Updated@perion/net@0.0.5