New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7 to 0.0.8

scripts/publish.js

8

package.json
{
"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 @@

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