@testring-dev/utils
Advanced tools
+3
-3
| { | ||
| "name": "@testring-dev/utils", | ||
| "version": "0.8.0-danbao-78485658", | ||
| "version": "0.8.0-danbao-cca2aae0", | ||
| "main": "./dist/index.js", | ||
@@ -13,3 +13,2 @@ "types": "./src/index.ts", | ||
| "dependencies": { | ||
| "@testring/types": "0.8.0-danbao-78485658", | ||
| "@types/bytes": "3.1.4", | ||
@@ -21,4 +20,5 @@ "@types/nanoid": "3.0.0", | ||
| "nanoid": "3.3.7", | ||
| "resolve": "1.22.8" | ||
| "resolve": "1.22.8", | ||
| "@testring-dev/types": "0.8.0-danbao-cca2aae0" | ||
| } | ||
| } |
+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.
60930
0.02%+ Added