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

xdim

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xdim - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

8

package.json
{
"name": "xdim",
"version": "1.9.0",
"version": "1.10.0",
"description": "Multi-Dimensional Functions. Create, Query, and Transform Multi-Dimensional Data.",

@@ -22,3 +22,3 @@ "main": "src/xdim.js",

"test:ts": "npm run build && for f in tests/*.ts; do npx ts-node $f; done",
"test:types": "npx tsc --moduleResolution node --noEmit --target es2020 ./tests/*.ts"
"test:types": "npx tsc --moduleResolution node --noEmit --noImplicitAny --target es2020 ./tests/*.ts"
},

@@ -51,3 +51,3 @@ "repository": {

"iter-fun": "^0.2.0",
"type-fest": "^2.17.0"
"type-fest": "^3.2.0"
},

@@ -57,4 +57,4 @@ "devDependencies": {

"flug": "^2.3.1",
"typescript": "^4.7.4"
"typescript": "^4.8.4"
}
}

@@ -127,3 +127,3 @@ // export type data = Array<data | number | string>;

data: ReturnType<typeof createMatrix<S, F>>,
arrayTypes
arrayTypes: ArrayTypeStrings
}

@@ -130,0 +130,0 @@

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