@perion/perion
Advanced tools
Comparing version 0.0.9 to 0.1.0
{ | ||
"name": "@perion/perion", | ||
"version": "0.0.9", | ||
"version": "0.1.0", | ||
"description": "A library that contains all the utilities for creating a MapleStory server emulator", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "nyc --check-coverage=true --reporter=text mocha packages/**/*.test.js test/*.js", | ||
"test": "nyc --check-coverage=true --reporter=text mocha packages/**/test/*.test.js test/*.js", | ||
"lint": "eslint packages/**/*.js --fix", | ||
@@ -37,3 +37,4 @@ "doc": "rm -rf docs && ./node_modules/.bin/jsdoc -r index.js ./packages/**/index.js ./packages/**/src/*.js ./README.md -c jsdoc.json -d docs", | ||
"mocha": "^8.3.2", | ||
"nyc": "^15.1.0" | ||
"nyc": "^15.1.0", | ||
"util.promisify": "^1.1.1" | ||
}, | ||
@@ -56,5 +57,6 @@ "eslintConfig": { | ||
"@perion/calc": "0.0.2", | ||
"@perion/core": "0.0.2", | ||
"@perion/core": "0.0.4", | ||
"@perion/crypto": "1.0.2", | ||
"@perion/net": "0.0.5", | ||
"@perion/script": "file:packages/script", | ||
"@perion/wz": "0.0.1" | ||
@@ -61,0 +63,0 @@ }, |
@@ -1,2 +0,3 @@ | ||
const {Cast} = require('./src/cast'); | ||
const Cast = require('./src/cast'); | ||
const StateContainer = require('./src/stateContainer'); | ||
/** | ||
@@ -6,2 +7,2 @@ * A module that exports the core perion library | ||
*/ | ||
module.exports = {Cast}; | ||
module.exports = {Cast, StateContainer}; |
{ | ||
"name": "@perion/core", | ||
"version": "0.0.2", | ||
"description": "A library with the infrastructural elements of a MapleStory emulator", | ||
"version": "0.0.4", | ||
"description": "A library with the core utils for netcode development in Node.js", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -99,2 +99,2 @@ /** | ||
} | ||
module.exports = {Cast}; | ||
module.exports = Cast; |
@@ -56,2 +56,2 @@ { | ||
} | ||
} | ||
} |
@@ -89,2 +89,6 @@ # `@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) | ||
* script | ||
A generic scripting engine for NPCs, events, maps, etc. | ||
* wz | ||
@@ -108,4 +112,2 @@ | ||
* Event timers | ||
* NPC script manager | ||
* Event script manager | ||
* WZ and NX file format | ||
@@ -124,2 +126,3 @@ * Generic MapleStory abstractions | ||
npm run test | ||
npm run lcov | ||
``` | ||
@@ -126,0 +129,0 @@ ## Documentation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 13 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
14797
132
1
569072
6
7
74
3
+ Added@perion/core@0.0.4(transitive)
- Removed@perion/core@0.0.2(transitive)
Updated@perion/core@0.0.4