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

calcu_css

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calcu_css - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

lib/calcu_css.js
module.exports={
function calcu_ave(comment){
calcu_ave:function(comment){
var d1=parseInt(comment.data1);

@@ -11,3 +11,3 @@ var d2=parseInt(comment.data2);

}
function calcu_dx(comment){
calcu_dx:function(comment){
var ave=(d1+d2+d3+d4+d5)/5;

@@ -14,0 +14,0 @@ var d1=parseInt(comment.data1)-ave;

{
"author": "css",
"name": "calcu_css",
"version": "0.1.2",
"version": "0.1.3",
"description": "Caculate ex dx",

@@ -6,0 +6,0 @@ "main": "caculate",

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