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

nodejs-polars

Package Overview
Dependencies
Maintainers
1
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.0.2 to 0.0.3

bin/cfg.d.ts

2

bin/index.d.ts

@@ -6,2 +6,3 @@ import * as series from "./series";

import * as io from "./io";
import * as cfg from "./cfg";
import type { FillNullStrategy as _FillNullStrategy } from "./utils";

@@ -16,2 +17,3 @@ import { funcs as lazy, Expr as lazyExpr, GroupBy as lazyGroupBy, when as _when } from "./lazy";

type FillNullStrategy = _FillNullStrategy;
export import Config = cfg.Config;
export import DataFrame = df.DataFrame;

@@ -18,0 +20,0 @@ export import Series = series.Series;

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

const io = __importStar(require("./io"));
const cfg = __importStar(require("./cfg"));
const lazy_1 = require("./lazy");
var pl;
(function (pl) {
pl.Config = cfg.Config;
pl.DataFrame = df.DataFrame;

@@ -31,0 +33,0 @@ pl.Series = series.Series;

33

package.json
{
"name": "nodejs-polars",
"version": "0.0.2",
"version": "0.0.3",
"repository": "https://github.com/universalmind303/polars.git",

@@ -38,5 +38,6 @@ "license": "MIT",

"build_alt": "RUSTFLAGS='-C codegen-units=16' napi build --platform --release",
"build": "rm -rf ./bin; tsc -p tsconfig.build.json; napi build --platform --release",
"build:native": "napi build --platform --release",
"build": "napi build --platform --release artifacts/",
"build:debug": "napi build --platform polars/",
"build:tsc": "rm -rf ./bin; tsc -p tsconfig.build.json",
"build:ts": "tsc -p tsconfig.build.json",
"format:rs": "cargo fmt",

@@ -46,3 +47,3 @@ "format:source": "prettier --config ./package.json --write './**/*.{js,ts}'",

"lint": "eslint . -c ./.eslintrc.json './**/*.{ts,tsx,js}'",
"prepublishOnly": "napi prepublish -t npm --skip-gh-release",
"prepublishOnly": "napi prepublish -t npm",
"test": "jest",

@@ -101,15 +102,15 @@ "version": "napi version"

"optionalDependencies": {
"nodejs-polars-win32-x64-msvc": "0.0.2",
"nodejs-polars-darwin-x64": "0.0.2",
"nodejs-polars-linux-x64-gnu": "0.0.2",
"nodejs-polars-win32-ia32-msvc": "0.0.2",
"nodejs-polars-linux-arm64-gnu": "0.0.2",
"nodejs-polars-linux-arm-gnueabihf": "0.0.2",
"nodejs-polars-darwin-arm64": "0.0.2",
"nodejs-polars-android-arm64": "0.0.2",
"nodejs-polars-freebsd-x64": "0.0.2",
"nodejs-polars-linux-x64-musl": "0.0.2",
"nodejs-polars-linux-arm64-musl": "0.0.2",
"nodejs-polars-win32-arm64-msvc": "0.0.2"
"nodejs-polars-win32-x64-msvc": "0.0.3",
"nodejs-polars-darwin-x64": "0.0.3",
"nodejs-polars-linux-x64-gnu": "0.0.3",
"nodejs-polars-win32-ia32-msvc": "0.0.3",
"nodejs-polars-linux-arm64-gnu": "0.0.3",
"nodejs-polars-linux-arm-gnueabihf": "0.0.3",
"nodejs-polars-darwin-arm64": "0.0.3",
"nodejs-polars-android-arm64": "0.0.3",
"nodejs-polars-freebsd-x64": "0.0.3",
"nodejs-polars-linux-x64-musl": "0.0.3",
"nodejs-polars-linux-arm64-musl": "0.0.3",
"nodejs-polars-win32-arm64-msvc": "0.0.3"
}
}
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