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

@lwc/jest-resolver

Package Overview
Dependencies
Maintainers
11
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/jest-resolver - npm Package Compare versions

Comparing version 0.33.25 to 0.33.26

LICENSE

6

jest.config.js

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2018, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
/* eslint-env node */

@@ -2,0 +8,0 @@

12

package.json
{
"name": "@lwc/jest-resolver",
"version": "0.33.25",
"version": "0.33.26",
"description": "Jest resolver to resolve LWC specific packages",

@@ -15,6 +15,6 @@ "main": "src/index.js",

"devDependencies": {
"@lwc/engine": "0.33.25",
"@lwc/jest-transformer": "0.33.25",
"@lwc/module-resolver": "0.33.25",
"@lwc/wire-service": "0.33.25"
"@lwc/engine": "0.33.26",
"@lwc/jest-transformer": "0.33.26",
"@lwc/module-resolver": "0.33.26",
"@lwc/wire-service": "0.33.26"
},

@@ -24,3 +24,3 @@ "publishConfig": {

},
"gitHead": "04dbd20c2c5fc74233e05cfb6b0fa3c7dccbe4d2"
"gitHead": "a0aeb8fc483eda250255ac45da5f9358ffbdb517"
}

@@ -0,2 +1,8 @@

/*
* Copyright (c) 2018, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
/* js file returned by lwc-jest-resolver. return falsey to ignore HTML */
module.exports = undefined;

@@ -0,2 +1,8 @@

/*
* Copyright (c) 2018, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
/* css file returned by lwc-jest-resolver. return falsey to ignore all styles */
module.exports = undefined;

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2018, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
const fs = require('fs');

@@ -2,0 +8,0 @@ const { resolve, extname, join, dirname, basename, sep } = require('path');

@@ -0,1 +1,7 @@

/*
* Copyright (c) 2018, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
import { createElement } from 'lwc';

@@ -2,0 +8,0 @@ import Basic from '../x-basic';

@@ -0,3 +1,9 @@

/*
* Copyright (c) 2018, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
import { LightningElement } from 'lwc';
export default class Basic extends LightningElement {}

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