New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aep-lib

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aep-lib - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "aep-lib",
"version": "1.0.1",
"version": "1.0.2",
"description": "Assimilaion & Equalization process library",

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

@@ -5,2 +5,4 @@ # README

See [github page](https://github.com/GlaDos28/aep-lib) for Thesis.md and other files
### Usage

@@ -17,3 +19,3 @@

(object) => true,
new index.SignDescriptor("num", 10 /* threshold */, 5 /* accept time */, index.utilFunctions.getLinearConvergentImpact("num", 1 /* converge rate */))
new aep.SignDescriptor("num", 10 /* threshold */, 5 /* accept time */, aep.utilFunctions.getLinearConvergentImpact("num", 1 /* converge rate */))
);

@@ -27,3 +29,3 @@

const aeProcess = new index.AEProcess(aepDescriptor);
const aeProcess = new aep.AEProcess(aepDescriptor);

@@ -30,0 +32,0 @@ for (let i = 0; i < 5; i++) {

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