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

@awsui/test-utils-converter

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awsui/test-utils-converter - npm Package Compare versions

Comparing version 1.0.31 to 1.0.32

10

dist/extract-test-selectors.js

@@ -52,3 +52,3 @@ "use strict";

else {
/* istanbul ignore next */
/* istanbul ignore next @preserve */
throw new Error(`Unhandled selector access type at ${file}:${(_a = path.node.loc) === null || _a === void 0 ? void 0 : _a.start.line}.`);

@@ -70,3 +70,3 @@ }

else {
/* istanbul ignore next */
/* istanbul ignore next @preserve */
throw new Error(`Unhandled template literal type at ${file}:${(_a = node.loc) === null || _a === void 0 ? void 0 : _a.start.line}.`);

@@ -106,3 +106,3 @@ }

if (typeof source.default !== 'object') {
/* istanbul ignore next */
/* istanbul ignore next @preserve */
throw new Error(`Unexpected selectors file format at ${file}.`);

@@ -112,3 +112,3 @@ }

if (typeof value !== 'string') {
/* istanbul ignore next */
/* istanbul ignore next @preserve */
throw new Error(`Unexpected selectors file format at ${file}, "${property}".`);

@@ -143,3 +143,3 @@ }

else {
/* istanbul ignore next */
/* istanbul ignore next @preserve */
throw new Error(`Component name not matched from file "${filePath}".`);

@@ -146,0 +146,0 @@ }

{
"commit": "0296cabae4dfb3589c5556cb0e605d5464f552b4"
"commit": "46d069eaee3e6c6f297ca85e5639688e9014f2cf"
}
{
"name": "@awsui/test-utils-converter",
"version": "1.0.31",
"version": "1.0.32",
"homepage": "https://github.com/aws/awsui-documentation",

@@ -16,12 +16,4 @@ "main": "dist/index.js",

},
"jest": {
"preset": "ts-jest",
"globals": {
"ts-jest": {
"tsconfig": "test/tsconfig.json"
}
}
},
"license": "Apache-2.0",
"scripts": {}
}
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