@testring-dev/utils
Advanced tools
@@ -29,3 +29,3 @@ "use strict"; | ||
| const package_require_1 = require("./package-require"); | ||
| const PREFIXES = ['@testring/plugin-', 'testring-plugin-', '@testring/']; | ||
| const PREFIXES = ['@testring-dev/plugin-', 'testring-dev-plugin-', '@testring-dev/']; | ||
| function normalizeExport(module) { | ||
@@ -32,0 +32,0 @@ // filtering null and other falsy values |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { IQueue } from '@testring/types'; | ||
| import { IQueue } from '@testring-dev/types'; | ||
| export declare class Queue<T> implements IQueue<T> { | ||
@@ -3,0 +3,0 @@ private array; |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { IStack } from '@testring/types'; | ||
| import { IStack } from '@testring-dev/types'; | ||
| export declare class Stack<T> implements IStack<T> { | ||
@@ -3,0 +3,0 @@ private array; |
+2
-2
| { | ||
| "name": "@testring-dev/utils", | ||
| "version": "0.8.0-danbao-78485658", | ||
| "version": "0.8.0-danbao-b130ec28", | ||
| "main": "./dist/index.js", | ||
@@ -13,3 +13,3 @@ "types": "./src/index.ts", | ||
| "dependencies": { | ||
| "@testring/types": "0.8.0-danbao-78485658", | ||
| "@testring-dev/types": "0.8.0-danbao-b130ec28", | ||
| "@types/bytes": "3.1.4", | ||
@@ -16,0 +16,0 @@ "@types/nanoid": "3.0.0", |
| import * as path from 'path'; | ||
| import {requirePackage, resolvePackage} from './package-require'; | ||
| const PREFIXES = ['@testring/plugin-', 'testring-plugin-', '@testring/']; | ||
| const PREFIXES = ['@testring-dev/plugin-', 'testring-dev-plugin-', '@testring-dev/']; | ||
@@ -6,0 +6,0 @@ function normalizeExport(module: any) { |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import {IQueue} from '@testring/types'; | ||
| import {IQueue} from '@testring-dev/types'; | ||
@@ -3,0 +3,0 @@ export class Queue<T> implements IQueue<T> { |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import {IStack} from '@testring/types'; | ||
| import {IStack} from '@testring-dev/types'; | ||
@@ -3,0 +3,0 @@ export class Stack<T> implements IStack<T> { |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
60962
0.07%+ Added