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.4.0 to 0.4.1

2

dist/types/verify-shape/verify-shape.d.ts

@@ -6,3 +6,3 @@ import { PartialAndUndefined } from '@augment-vir/common';

};
export declare function isValidShape<Shape>(subject: unknown, shapeDefinition: ShapeDefinition<Shape>, options?: PartialAndUndefined<CheckShapeValidityOptions>): subject is Shape;
export declare function isValidShape<Shape>(subject: unknown, shapeDefinition: ShapeDefinition<Shape>, options?: PartialAndUndefined<CheckShapeValidityOptions>): subject is ShapeDefinition<Shape>['runTimeType'];
export declare function assertValidShape<Shape>(subject: unknown, shapeDefinition: ShapeDefinition<Shape>, options?: PartialAndUndefined<CheckShapeValidityOptions>): asserts subject is ShapeDefinition<Shape>['runTimeType'];
{
"name": "object-shape-tester",
"version": "0.4.0",
"version": "0.4.1",
"description": "Test object properties and value types.",

@@ -38,8 +38,8 @@ "keywords": [],

"dependencies": {
"@augment-vir/common": "^15.5.0",
"type-fest": "^4.0.0"
"@augment-vir/common": "^16.2.0",
"type-fest": "^4.1.0"
},
"devDependencies": {
"@augment-vir/browser-testing": "^15.5.0",
"@augment-vir/node-js": "^15.5.0",
"@augment-vir/browser-testing": "^16.2.0",
"@augment-vir/node-js": "^16.2.0",
"@open-wc/testing": "^3.2.0",

@@ -55,6 +55,6 @@ "@types/chai": "^4.3.5",

"cspell": "^6.31.2",
"esbuild": "^0.18.16",
"esbuild": "^0.18.19",
"istanbul-smart-text-reporter": "^1.1.2",
"markdown-code-example-inserter": "^0.3.1",
"npm-check-updates": "^16.10.16",
"npm-check-updates": "^16.10.18",
"prettier": "^2.8.8",

@@ -69,6 +69,6 @@ "prettier-plugin-interpolated-html-tags": "^0.0.4",

"typescript": "^5.1.6",
"virmator": "^7.2.5",
"vite": "^4.4.6",
"virmator": "^7.3.1",
"vite": "^4.4.9",
"vite-tsconfig-paths": "^4.2.0"
}
}
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