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

@lwc/aria-reflection

Package Overview
Dependencies
Maintainers
14
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/aria-reflection - npm Package Compare versions

Comparing version 2.45.2 to 2.45.3

dist/detect.d.ts

6

dist/index.cjs.js
/**
* Copyright (C) 2018 salesforce.com, inc.
* Copyright (C) 2023 salesforce.com, inc.
*/
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var shared = require('@lwc/shared');

@@ -68,3 +70,3 @@

exports.applyAriaReflection = applyAriaReflection;
/** version: 2.45.2 */
/** version: 2.45.3 */
//# sourceMappingURL=index.cjs.js.map
/**
* Copyright (C) 2018 salesforce.com, inc.
* Copyright (C) 2023 salesforce.com, inc.
*/

@@ -66,3 +66,3 @@ import { isUndefined, getOwnPropertyDescriptor, AriaPropNameToAttrNameMap, defineProperty, isNull, keys } from '@lwc/shared';

export { applyAriaReflection };
/** version: 2.45.2 */
/** version: 2.45.3 */
//# sourceMappingURL=index.js.map
{
"//": [
"THIS FILE IS AUTOGENERATED. If you modify it, it will be rewritten by check-and-rewrite-package-json.js",
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
],
"name": "@lwc/aria-reflection",
"version": "2.45.2",
"version": "2.45.3",
"description": "ARIA element reflection polyfill for strings",
"homepage": "https://lwc.dev/",
"keywords": [
"aom",
"aria",
"lwc",
"polyfill",
"reflection"
],
"homepage": "https://lwc.dev",
"repository": {

@@ -14,27 +25,16 @@ "type": "git",

},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"license": "MIT",
"typings": "types/index.d.ts",
"scripts": {
"build": "rollup --config scripts/rollup.config.js",
"dev": "rollup --config scripts/rollup.config.js --watch --no-watch.clearScreen"
},
"types": "dist/index.d.ts",
"files": [
"dist/",
"types/"
"dist"
],
"keywords": [
"lwc",
"aria",
"polyfill",
"reflection",
"aom"
],
"publishConfig": {
"access": "public"
"scripts": {
"build": "rollup --config ../../../scripts/rollup/rollup.config.js",
"dev": "rollup --config ../../../scripts/rollup/rollup.config.js --watch --no-watch.clearScreen"
},
"dependencies": {
"@lwc/shared": "2.45.2"
},
"nx": {

@@ -44,8 +44,10 @@ "targets": {

"outputs": [
"./dist",
"./types"
"./dist"
]
}
}
},
"dependencies": {
"@lwc/shared": "2.45.3"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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