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

validate.io-matrix-like

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

validate.io-matrix-like - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

lib/index.js

@@ -15,2 +15,3 @@ 'use strict';

typeof v.shape === 'object' &&
typeof v.offset === 'number' &&
typeof v.strides === 'object' &&

@@ -17,0 +18,0 @@ typeof v.dtype === 'string' &&

2

package.json
{
"name": "validate.io-matrix-like",
"version": "1.0.1",
"version": "1.0.2",
"description": "Validates if a value is matrix-like.",

@@ -5,0 +5,0 @@ "author": {

@@ -31,2 +31,3 @@ matrix-like

'shape': [5,2],
'offset': 0,
'strides': [2,1],

@@ -50,2 +51,3 @@ 'dtype': 'int8',

'shape': [5,2],
'offset': 0,
'strides': [2,1],

@@ -52,0 +54,0 @@ 'dtype': 'int8',

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