Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

celia

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

celia - npm Package Compare versions

Comparing version 9.0.1 to 9.0.2

2

dist/_precise.js
"use strict";
const isInteger = require("./isInteger.js");
const isNumber = require("./isNumber.js");
const isInteger = require("./isInteger.js");
function _precise(method, number, decimals) {

@@ -5,0 +5,0 @@ if (!isNumber(number)) {

@@ -8,2 +8,3 @@ /**

* isNumber({}); // false
* isNumber(NaN); // false
* ```

@@ -14,2 +15,2 @@ *

*/
export default function isNumber<T = any>(value: T): boolean;
export default function isNumber(value: any): value is number;
{
"name": "celia",
"version": "9.0.1",
"version": "9.0.2",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "module": "./dist/index.mjs",

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