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

object-shape-tester

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-shape-tester - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

1

dist/cjs/verify-shape/verify-shape.js

@@ -36,3 +36,2 @@ "use strict";

if ((0, shape_specifiers_1.isShapeDefinition)(shape)) {
debugger;
return internalAssertValidShape(subject, shape.shape, keys, options);

@@ -39,0 +38,0 @@ }

@@ -31,3 +31,2 @@ import { getObjectTypedKeys, isObject, isRuntimeTypeOf } from '@augment-vir/common';

if (isShapeDefinition(shape)) {
debugger;
return internalAssertValidShape(subject, shape.shape, keys, options);

@@ -34,0 +33,0 @@ }

2

package.json
{
"name": "object-shape-tester",
"version": "0.2.5",
"version": "0.2.6",
"description": "Test object properties and value types.",

@@ -5,0 +5,0 @@ "keywords": [],

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