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.8 to 0.0.9

4

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

@@ -63,2 +63,2 @@ "main": "index.js",

}
}
}

@@ -11,3 +11,3 @@ const fs = require('fs');

if (err) {
console.log(`Could not publish ${dep}`);
console.log(`Could not publish ${meta}`);
console.log(stderr);

@@ -35,6 +35,3 @@ resolve(false);

} finally {
command(`npm publish --access public`).then(res => {
if (!res) console.log('Could not publish main package');
else console.log('Done');
})
command(`npm i`).then(() => command(`npm publish --access public`));
}

@@ -41,0 +38,0 @@ });

Sorry, the diff of this file is not supported yet

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