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

@perion/core

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@perion/core - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.nyc_output/71423748-66ac-49b4-9ffd-50eaa87b0e0b.json

5

index.js

@@ -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};

4

package.json
{
"name": "@perion/core",
"version": "0.0.2",
"description": "A library with the infrastructural elements of a MapleStory emulator",
"version": "0.0.3",
"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;
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