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

@perion/perion

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@perion/perion - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

.travis.yml

16

package.json
{
"name": "@perion/perion",
"version": "0.0.3",
"description": "A library that contains all the utilities for creating a MapleStory server emulator.",
"version": "0.0.4",
"description": "A library that contains all the utilities for creating a MapleStory server emulator",
"main": "index.js",

@@ -15,3 +15,3 @@ "repository": {

"deps": "node scripts/deps.js",
"publish": "npm publish . --access=public"
"publish": "npm publish . --access public"
},

@@ -51,8 +51,8 @@ "keywords": [

"dependencies": {
"@perion/calc": "file:packages/calc",
"@perion/core": "file:packages/core",
"@perion/crypto": "@perion/crypto",
"@perion/net": "file:packages/net",
"@perion/wz": "file:packages/wz"
"@perion/calc": "file:./packages/calc",
"@perion/core": "file:./packages/core",
"@perion/crypto": "file:./packages/crypto",
"@perion/net": "file:./packages/net",
"@perion/wz": "file:./packages/wz"
}
}

@@ -1,5 +0,9 @@

# `@perion/perion`
# `@perion/perion` [![Travis CI Build Status](https://travis-ci.org/jonnylin13/perion.svg?branch=master)](https://github.com/jonnylin13)
`perion` is a library of Node.js modules that helps bring MapleStory private server development to the `npm` ecosystem.
`perion` is a library of Node.js modules that help bring MapleStory private server development to the `npm` ecosystem.
```
npm i --save @perion/perion
```
* Note this project is in early development, use with caution

@@ -6,0 +10,0 @@

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