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

datafit

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datafit - npm Package Compare versions

Comparing version 1.4.7 to 1.4.8

4

dist/index.js

@@ -19,5 +19,7 @@ "use strict";

* @packageDocumentation
* ![NPM Downloads](https://img.shields.io/npm/d18m/datafit) Simple curve-fitting algorithm
* Simple curve-fitting algorithm
*
* ![NPM Downloads](https://img.shields.io/npm/d18m/datafit)
*/
__exportStar(require("./types"), exports);
__exportStar(require("./lib"), exports);
{
"name": "datafit",
"version": "1.4.7",
"version": "1.4.8",
"description": "Simple curve-fitting algorithm",

@@ -14,6 +14,3 @@ "homepage": "https://npm.nicfv.com/",

"scripts": {
"build": "npm run postpack && tsc && node dist/test.js && rm dist/test.js types/test.d.ts",
"test": "tsc --noEmit",
"prepack": "npm run build",
"postpack": "rm -rf dist types"
"start": "../../.github/workflows/scripts"
},

@@ -53,7 +50,7 @@ "keywords": [

"dependencies": {
"smath": "1.9.0"
"smath": "1.9.2"
},
"devDependencies": {
"t6": "1.1.5"
"t6": "1.1.8"
}
}
/**
* @packageDocumentation
* ![NPM Downloads](https://img.shields.io/npm/d18m/datafit) Simple curve-fitting algorithm
* Simple curve-fitting algorithm
*
* ![NPM Downloads](https://img.shields.io/npm/d18m/datafit)
*/
export * from './types';
export * from './lib';
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