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

@vect/vector

Package Overview
Dependencies
Maintainers
0
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vect/vector - npm Package Compare versions

Comparing version 0.7.20 to 0.8.0

dist/index.js

38

package.json
{
"name": "@vect/vector",
"version": "0.7.20",
"version": "0.8.0",
"description": "Util for array",
"main": "./dist/index.cjs",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"type": "module",
"exports": "./dist/index.js",
"files": [
"dist"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {

@@ -17,17 +17,13 @@ "access": "public"

"dependencies": {
"@vect/vector-algebra": "^0.7.20",
"@vect/vector-index": "^0.7.20",
"@vect/vector-indicator": "^0.6.13",
"@vect/vector-init": "^0.7.20",
"@vect/vector-mapper": "^0.7.20",
"@vect/vector-margin": "^0.6.13",
"@vect/vector-merge": "^0.6.13",
"@vect/vector-select": "^0.7.20",
"@vect/vector-update": "^0.7.20",
"@vect/vector-zipper": "^0.7.20"
"@vect/vector-algebra": "^0.8.0",
"@vect/vector-init": "^0.8.0",
"@vect/vector-mapper": "^0.8.0",
"@vect/vector-index": "^0.8.0",
"@vect/vector-select": "^0.8.0",
"@vect/vector-update": "^0.8.0",
"@vect/vector-zipper": "^0.8.0"
},
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/test.index.js"
},
"repository": {

@@ -47,3 +43,7 @@ "type": "git",

"homepage": "https://github.com/hoyeungw/vect#readme",
"gitHead": "39cc7c7be5473d9e97f84745c3aec790cd7d4199"
}
"gitHead": "ea88f6e34b2ef185010319c87355672d59ed3b35",
"scripts": {
"pub": "npm publish",
"test": "node -r @babel/register test/test.index.js"
}
}

@@ -0,0 +0,0 @@ # @vect/vector

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