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

nodejs-polars

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodejs-polars - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

2

bin/series/series.d.ts

@@ -9,3 +9,3 @@ import { DataType, Optional } from "../datatypes";

import { Arithmetic, Comparison, Cumulative, Deserialize, Rolling, Round, Sample, Serialize } from "../shared_traits";
import { InterpolationMethod } from "@polars/lazy/expr";
import { InterpolationMethod } from "../lazy/expr";
declare const inspect: unique symbol;

@@ -12,0 +12,0 @@ export interface Series extends ArrayLike<any>, Rolling<Series>, Arithmetic<Series>, Comparison<Series>, Cumulative<Series>, Round<Series>, Sample<Series>, Serialize {

{
"name": "nodejs-polars",
"version": "0.7.1",
"version": "0.7.2",
"repository": "https://github.com/pola-rs/nodejs-polars.git",

@@ -82,9 +82,9 @@ "license": "SEE LICENSE IN LICENSE",

"optionalDependencies": {
"nodejs-polars-win32-x64-msvc": "0.7.1",
"nodejs-polars-darwin-x64": "0.7.1",
"nodejs-polars-linux-x64-gnu": "0.7.1",
"nodejs-polars-darwin-arm64": "0.7.1",
"nodejs-polars-linux-arm64-gnu": "0.7.1",
"nodejs-polars-win32-ia32-msvc": "0.7.1"
"nodejs-polars-win32-x64-msvc": "0.7.2",
"nodejs-polars-darwin-x64": "0.7.2",
"nodejs-polars-linux-x64-gnu": "0.7.2",
"nodejs-polars-darwin-arm64": "0.7.2",
"nodejs-polars-linux-arm64-gnu": "0.7.2",
"nodejs-polars-win32-ia32-msvc": "0.7.2"
}
}
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