mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-13 01:11:06 +00:00
2021 (#41)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@polkadot/x-fetch": "^5.2.2"
|
||||
"@polkadot/x-fetch": "^5.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/js-yaml": "^3.12.5",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2020 @polkadot/phishing authors & contributors
|
||||
// Copyright 2020-2021 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import fs from 'fs';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2020 @polkadot/phishing authors & contributors
|
||||
// Copyright 2020-2021 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { checkIfDenied } from '.';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2020 @polkadot/phishing authors & contributors
|
||||
// Copyright 2020-2021 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { HostList } from './types';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2020 @polkadot/phishing authors & contributors
|
||||
// Copyright 2020-2021 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
export interface HostList {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2020 @polkadot/phishing authors & contributors
|
||||
// Copyright 2020-2021 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
export interface Dummy {
|
||||
|
||||
Reference in New Issue
Block a user