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

emellib

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emellib - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

9

motionDetector.js

@@ -18,2 +18,3 @@ import * as utils from './utils'

let _isFirstTimeCall = true
let curMoment=0;

@@ -76,5 +77,11 @@ return () => {

return energyScore
// un-smoothed value
// return energyScore
// smooth using momentum
curMoment = ((1-0.9)*energyScore) + (0.9*curMoment)
return curMoment
}
}

2

package.json
{
"name": "emellib",
"version": "0.0.8",
"version": "0.0.9",
"main": "index.js",

@@ -5,0 +5,0 @@ "homepage": "https://www.crejo.fun/",

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