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

electron-transponder

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-transponder - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

__tests/requestMethods.test.ts

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

import * as requestMethods from '../src/requestMethods';
import { requestMethods } from '../src/requestMethods';

@@ -3,0 +3,0 @@ test('requestMethods should have matching keys and values', () => {

@@ -5,2 +5,11 @@ # Changelog

### [0.1.2](https://github.com/AntJanus/electron-transponder/compare/v0.1.1...v0.1.2) (2019-07-05)
### Tests
* **lib:** Main transponder ([25bdc54](https://github.com/AntJanus/electron-transponder/commit/25bdc54))
### [0.1.1](https://github.com/AntJanus/electron-transponder/compare/v0.1.0...v0.1.1) (2019-07-05)

@@ -7,0 +16,0 @@

{
"name": "electron-transponder",
"version": "0.1.1",
"version": "0.1.2",
"description": "Lightweight library that brings a request/response-like communication to Electron",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

export * from './mainTransponder';
export * from './renderTransponder';
import * as methods from './requestMethods';
export const requestMethods = methods;
export { requestMethods } from './requestMethods';

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

import * as requestMethods from './requestMethods';
import { requestMethods } from './requestMethods';

@@ -3,0 +3,0 @@ interface IObject {

@@ -6,1 +6,9 @@ export const GET = 'GET';

export const DELETE = 'DELETE';
export const requestMethods = {
GET,
POST,
PUT,
PATCH,
DELETE,
};
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