🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

webpack-electron-react-template

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-electron-react-template - npm Package Compare versions

Comparing version
1.0.0
to
1.1.0-rc.1
dist/renderer.84805fa156216af86d23.js

Sorry, the diff of this file is too big to display

+18
/*! *****************************************************************************
Copyright (C) Microsoft. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */
/*! Copyright By yanyunchangfeng */
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
+1
-1

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

<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta http-equiv="X-UA-Compatible" content="ie=edge"/><title>yanyunchangfeng</title><link rel="icon" href="yanyunchangfeng.png"><script defer src="935.c9c19faf15c4bb8315e6.js"></script><script defer src="renderer.89c4ffef1f2d3ad19783.js"></script><link href="renderer.30862f4a40e47097adeb.css" rel="stylesheet"></head><body></body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta http-equiv="X-UA-Compatible" content="ie=edge"/><title>yanyunchangfeng</title><link rel="icon" href="yanyunchangfeng.png"><script defer src="935.c9c19faf15c4bb8315e6.js"></script><script defer src="renderer.84805fa156216af86d23.js"></script><link href="renderer.30862f4a40e47097adeb.css" rel="stylesheet"></head><body></body></html>
{
"name": "webpack-electron-react-template",
"version": "1.0.0",
"version": "1.1.0-rc.1",
"description": "this is webpack electron react template",

@@ -121,6 +121,6 @@ "main": "dist/main.prod.js",

"dependencies": {
"broadcast-channel": "^7.0.0",
"inversify": "^6.0.1",
"inversify-inject-decorators": "^3.1.0",
"reflect-metadata": "^0.1.13"
"broadcast-channel": "7.0.0",
"inversify": "6.0.1",
"inversify-inject-decorators": "3.1.0",
"reflect-metadata": "0.1.13"
},

@@ -127,0 +127,0 @@ "publishConfig": {

[![build](https://github.com/yanyunchangfeng/webpack-electron-react-template/actions/workflows/test.yml/badge.svg)](https://github.com/yanyunchangfeng/webpack-electron-react-template/actions/workflows/test.yml/?query=branch:main) [![codecov](https://codecov.io/gh/yanyunchangfeng/webpack-electron-react-template/branch/main/graph/badge.svg)](https://codecov.io/gh/yanyunchangfeng/webpack-electron-react-template) [![Deploy](https://github.com/yanyunchangfeng/webpack-electron-react-template/workflows/Deploy/badge.svg)](https://github.com/yanyunchangfeng/webpack-electron-react-template/actions/workflows/deploy.yml)
[![npm latest version](https://img.shields.io/npm/v/webpack-electron-react-template/latest.svg)](https://www.npmjs.com/package/webpack-electron-react-template)
<p align="center">

@@ -15,4 +17,4 @@ <img width="300" src="src/assets/img/yanyunchangfeng.png">

```
yarn
yarn start-electron or npm run start-electron
pnpm i
pnpm start-electron
```

@@ -37,3 +39,3 @@

```
yarn test or npm test
pnpm test
```

@@ -44,4 +46,4 @@

```
yarn cypress:open or npm run cypress:open
yarn cypress:run or npm run cypress:run
pnpm cypress:open
pnpm cypress:run
```

@@ -52,3 +54,3 @@

```
yarn package-mac or npm run package-mac
pnpm package-mac
```

@@ -55,0 +57,0 @@

Sorry, the diff of this file is too big to display

/*! *****************************************************************************
Copyright (C) Microsoft. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */
/*! Copyright By yanyunchangfeng */
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */