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

@endo/where

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/where - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

### [0.1.2](https://github.com/endojs/endo/compare/@endo/where@0.1.1...@endo/where@0.1.2) (2022-01-25)
**Note:** Version bump only for package @endo/where
### 0.1.1 (2022-01-23)

@@ -8,0 +16,0 @@

6

package.json
{
"name": "@endo/where",
"version": "0.1.1",
"version": "0.1.2",
"private": null,

@@ -37,3 +37,3 @@ "description": "Description forthcoming.",

"devDependencies": {
"@endo/eslint-config": "^0.3.21",
"@endo/eslint-config": "^0.4.0",
"ava": "^3.12.1",

@@ -77,3 +77,3 @@ "babel-eslint": "^10.0.3",

},
"gitHead": "eb554c875d7fc57ec6c77829c2d80da0be5987ae"
"gitHead": "c46f8d5d40f71014a099c53d26c75b149ea56d09"
}

@@ -1,4 +0,12 @@

export function whereEndo(platform: string, env: {[name: string]: string}): string;
export function whereEndoSock(platform: string, env: {[name: string]: string}): string;
export function whereEndoLog(platform: string, env: {[name: string]: string}): string;
export function whereEndo(
platform: string,
env: { [name: string]: string },
): string;
export function whereEndoSock(
platform: string,
env: { [name: string]: string },
): string;
export function whereEndoLog(
platform: string,
env: { [name: string]: string },
): string;
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