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

@vect/column-mapper

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vect/column-mapper - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

dist/index.cjs.js

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

y
} = this; i < l && (r = mx[l]); i++) r[y] = fn(r[y], i);
} = this; i < l && (r = mx[i]); i++) r[y] = fn(r[y], i);

@@ -23,0 +23,0 @@ return mx;

@@ -16,3 +16,3 @@ const iterate = function (mx, y, fn, l) {

y
} = this; i < l && (r = mx[l]); i++) r[y] = fn(r[y], i);
} = this; i < l && (r = mx[i]); i++) r[y] = fn(r[y], i);

@@ -19,0 +19,0 @@ return mx;

{
"name": "@vect/column-mapper",
"version": "0.1.0",
"version": "0.1.1",
"description": "A debugging tool",

@@ -33,3 +33,3 @@ "main": "dist/index.cjs.js",

"homepage": "https://github.com/hoyeungw/vect#readme",
"gitHead": "323ae45c212f75cb3b32244ec6b59cdca010b0b8"
"gitHead": "31fe6f476fb7df999d151f058d0496ffe3d32e2b"
}
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