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.1.5 to 0.1.6

6

index.js

@@ -0,5 +1,7 @@

const calc = require('@perion/calc');
const core = require('@perion/core');
const crypto = require('@perion/crypto');
const net = require('@perion/net');
const script = require('@perion/script');
const wz = require('@perion/wz');
const calc = require('@perion/calc');
/**

@@ -13,1 +15,3 @@ * A module that exports all perion packages

exports.calc = calc;
exports.core = core;
exports.script = script;

2

package.json
{
"name": "@perion/perion",
"version": "0.1.5",
"version": "0.1.6",
"description": "A library that contains all the utilities for creating a MapleStory server emulator",

@@ -5,0 +5,0 @@ "main": "index.js",

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