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

@easy-webpack/config-electron-renderer

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easy-webpack/config-electron-renderer - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

dist/index.d.ts

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

import { WebpackConfig } from '@easy-webpack/core';
declare var _default: () => (this: WebpackConfig) => WebpackConfig;
import { WebpackConfigWithMetadata } from '@easy-webpack/core';
declare var _default: () => (this: WebpackConfigWithMetadata) => WebpackConfigWithMetadata;
export = _default;

@@ -8,5 +8,5 @@ {

"test": "TS_NODE_FAST=true TS_NODE_NO_PROJECT=true ava",
"prepublish": "typings install",
"build": "rimraf dist && tsc -p .",
"semantic-release": "npm run build && semantic-release pre && npm publish --access=public && semantic-release post"
"semantic-release": "npm run build && semantic-release pre && npm publish --access=public && semantic-release post",
"postpublish": "greenkeeper-postpublish"
},

@@ -34,10 +34,17 @@ "repository": {

"ava": "^0.15.2",
"greenkeeper-postpublish": "^1.0.0",
"rimraf": "^2.5.4",
"semantic-release": "^4.3.5",
"ts-node": "^0.9.1",
"ts-node": "^1.1.0",
"tslint": "^3.11.0",
"tslint-config-standard": "^1.2.2",
"typescript": ">=1.9.0-dev.20160619-1.0 || ^2.0.0",
"typings": "^1.3.0"
"typescript": ">=1.9.0-dev.20160619-1.0 || ^2.0.0"
},
"dependencies": {
"@types/debug": "^0.0.29",
"@types/lodash": "^4.14.37",
"@types/node": "^6.0.46",
"@types/source-map": "^0.1.28",
"@types/uglify-js": "^2.6.28",
"@types/webpack": "^1.12.35",
"webpack-hot-middleware": "^2.10.0"

@@ -57,3 +64,3 @@ },

},
"version": "1.4.0"
"version": "1.4.1"
}

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

import {WebpackConfig, get} from '@easy-webpack/core'
import {WebpackConfigWithMetadata, get} from '@easy-webpack/core'
import * as path from 'path'

@@ -9,4 +9,4 @@ const webpack = require('webpack')

export = function electronRenderer() {
return function electronRenderer(this: WebpackConfig): WebpackConfig {
const config = <WebpackConfig> {
return function electronRenderer(this: WebpackConfigWithMetadata): WebpackConfigWithMetadata {
const config = <WebpackConfigWithMetadata> {
metadata: {

@@ -13,0 +13,0 @@ ELECTRON: 'renderer'

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