🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@testring-dev/utils

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testring-dev/utils - npm Package Compare versions

Comparing version
0.8.0-danbao-78485658
to
0.8.0-danbao-b130ec28
+1
-1
dist/plugin-require.js

@@ -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,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,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;

{
"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,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,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> {