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

@aryth/rank-vector

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aryth/rank-vector - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

dist/index.cjs.js

@@ -56,3 +56,3 @@ 'use strict';

}, y = {
filter: literal.isLiteral,
filter: literal.hasLiteral,
comparer: comparer.STR_ASC

@@ -59,0 +59,0 @@ }) => {

import { NUM_ASC, STR_ASC } from '@aryth/comparer';
import { isLiteral } from '@typen/literal';
import { hasLiteral } from '@typen/literal';
import { isNumeric } from '@typen/num-loose';

@@ -52,3 +52,3 @@ import { iterate, mapper } from '@vect/vector-mapper';

}, y = {
filter: isLiteral,
filter: hasLiteral,
comparer: STR_ASC

@@ -55,0 +55,0 @@ }) => {

{
"name": "@aryth/rank-vector",
"version": "0.2.5",
"version": "0.2.6",
"description": "A math util library",

@@ -18,5 +18,5 @@ "main": "dist/index.cjs.js",

"dependencies": {
"@aryth/comparer": "^0.2.5",
"@typen/literal": "^0.1.4",
"@typen/num-loose": "^0.1.4",
"@aryth/comparer": "^0.2.6",
"@typen/literal": "^0.1.5",
"@typen/num-loose": "^0.1.5",
"@vect/vector-algebra": "^0.2.4",

@@ -26,5 +26,5 @@ "@vect/vector-mapper": "^0.2.4"

"devDependencies": {
"@spare/regex-phrasing": "^0.7.0",
"@spare/ripper": "^0.7.0",
"@spare/splitter": "^0.7.0"
"@spare/regex-phrasing": "^0.7.7",
"@spare/ripper": "^0.7.7",
"@spare/splitter": "^0.7.7"
},

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

"homepage": "https://github.com/hoyeungw/aryth#readme",
"gitHead": "a3c99cde89538ca3525c848355c944e3742422ad"
"gitHead": "036564fa0d3bf5bb37a187aadec6d55837e4eb3f"
}
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