@opentelemetry/instrumentation
Advanced tools
Comparing version 0.41.0 to 0.41.1
@@ -16,3 +16,13 @@ /* | ||
*/ | ||
import { __assign } from "tslib"; | ||
var __assign = (this && this.__assign) || function () { | ||
__assign = Object.assign || function(t) { | ||
for (var s, i = 1, n = arguments.length; i < n; i++) { | ||
s = arguments[i]; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) | ||
t[p] = s[p]; | ||
} | ||
return t; | ||
}; | ||
return __assign.apply(this, arguments); | ||
}; | ||
import { diag, metrics, trace, } from '@opentelemetry/api'; | ||
@@ -19,0 +29,0 @@ import * as shimmer from 'shimmer'; |
@@ -1,2 +0,2 @@ | ||
export { InstrumentationBase } from './instrumentation'; | ||
export * from './instrumentation'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -16,3 +16,3 @@ /* | ||
*/ | ||
export { InstrumentationBase } from './instrumentation'; | ||
export * from './instrumentation'; | ||
//# sourceMappingURL=index.js.map |
@@ -16,3 +16,17 @@ /* | ||
*/ | ||
import { __extends } from "tslib"; | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
}; | ||
})(); | ||
import { InstrumentationAbstract } from '../../instrumentation'; | ||
@@ -19,0 +33,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
export { InstrumentationBase, InstrumentationModuleDefinition, InstrumentationModuleFile, InstrumentationNodeModuleDefinition, InstrumentationNodeModuleFile, } from './node'; | ||
export * from './node'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -16,3 +16,3 @@ /* | ||
*/ | ||
export { InstrumentationBase, InstrumentationNodeModuleDefinition, InstrumentationNodeModuleFile, } from './node'; | ||
export * from './node'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,5 +0,5 @@ | ||
export { InstrumentationBase } from './instrumentation'; | ||
export { InstrumentationNodeModuleDefinition } from './instrumentationNodeModuleDefinition'; | ||
export { InstrumentationNodeModuleFile } from './instrumentationNodeModuleFile'; | ||
export { InstrumentationModuleDefinition, InstrumentationModuleFile, } from './types'; | ||
export * from './instrumentation'; | ||
export * from './instrumentationNodeModuleDefinition'; | ||
export * from './instrumentationNodeModuleFile'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -16,5 +16,6 @@ /* | ||
*/ | ||
export { InstrumentationBase } from './instrumentation'; | ||
export { InstrumentationNodeModuleDefinition } from './instrumentationNodeModuleDefinition'; | ||
export { InstrumentationNodeModuleFile } from './instrumentationNodeModuleFile'; | ||
export * from './instrumentation'; | ||
export * from './instrumentationNodeModuleDefinition'; | ||
export * from './instrumentationNodeModuleFile'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.js.map |
@@ -16,3 +16,28 @@ /* | ||
*/ | ||
import { __extends, __values } from "tslib"; | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = function (d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
return function (d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
}; | ||
})(); | ||
var __values = (this && this.__values) || function(o) { | ||
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; | ||
if (m) return m.call(o); | ||
if (o && typeof o.length === "number") return { | ||
next: function () { | ||
if (o && i >= o.length) o = void 0; | ||
return { value: o && o[i++], done: !o }; | ||
} | ||
}; | ||
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); | ||
}; | ||
import * as path from 'path'; | ||
@@ -19,0 +44,0 @@ import { types as utilTypes } from 'util'; |
@@ -16,3 +16,38 @@ /* | ||
*/ | ||
import { __read, __spreadArray, __values } from "tslib"; | ||
var __values = (this && this.__values) || function(o) { | ||
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; | ||
if (m) return m.call(o); | ||
if (o && typeof o.length === "number") return { | ||
next: function () { | ||
if (o && i >= o.length) o = void 0; | ||
return { value: o && o[i++], done: !o }; | ||
} | ||
}; | ||
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); | ||
}; | ||
var __read = (this && this.__read) || function (o, n) { | ||
var m = typeof Symbol === "function" && o[Symbol.iterator]; | ||
if (!m) return o; | ||
var i = m.call(o), r, ar = [], e; | ||
try { | ||
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); | ||
} | ||
catch (error) { e = { error: error }; } | ||
finally { | ||
try { | ||
if (r && !r.done && (m = i["return"])) m.call(i); | ||
} | ||
finally { if (e) throw e.error; } | ||
} | ||
return ar; | ||
}; | ||
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) { | ||
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { | ||
if (ar || !(i in from)) { | ||
if (!ar) ar = Array.prototype.slice.call(from, 0, i); | ||
ar[i] = from[i]; | ||
} | ||
} | ||
return to.concat(ar || Array.prototype.slice.call(from)); | ||
}; | ||
export var ModuleNameSeparator = '/'; | ||
@@ -19,0 +54,0 @@ /** |
@@ -16,3 +16,13 @@ /* | ||
*/ | ||
import { __values } from "tslib"; | ||
var __values = (this && this.__values) || function(o) { | ||
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; | ||
if (m) return m.call(o); | ||
if (o && typeof o.length === "number") return { | ||
next: function () { | ||
if (o && i >= o.length) o = void 0; | ||
return { value: o && o[i++], done: !o }; | ||
} | ||
}; | ||
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); | ||
}; | ||
import { Hook } from 'require-in-the-middle'; | ||
@@ -19,0 +29,0 @@ import * as path from 'path'; |
@@ -16,3 +16,38 @@ /* | ||
*/ | ||
import { __awaiter, __generator } from "tslib"; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
return new (P || (P = Promise))(function (resolve, reject) { | ||
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | ||
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
}); | ||
}; | ||
var __generator = (this && this.__generator) || function (thisArg, body) { | ||
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; | ||
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; | ||
function verb(n) { return function (v) { return step([n, v]); }; } | ||
function step(op) { | ||
if (f) throw new TypeError("Generator is already executing."); | ||
while (_) try { | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
if (y = 0, t) op = [op[0] & 2, t.value]; | ||
switch (op[0]) { | ||
case 0: case 1: t = op; break; | ||
case 4: _.label++; return { value: op[1], done: false }; | ||
case 5: _.label++; y = op[1]; op = [0]; continue; | ||
case 7: op = _.ops.pop(); _.trys.pop(); continue; | ||
default: | ||
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } | ||
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } | ||
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } | ||
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } | ||
if (t[2]) _.ops.pop(); | ||
_.trys.pop(); continue; | ||
} | ||
op = body.call(thisArg, _); | ||
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } | ||
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; | ||
} | ||
}; | ||
/** | ||
@@ -19,0 +54,0 @@ * function to execute patched function and being able to catch errors |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.41.0"; | ||
export declare const VERSION = "0.41.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '0.41.0'; | ||
export var VERSION = '0.41.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export { InstrumentationBase } from './instrumentation'; | ||
export * from './instrumentation'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -16,3 +16,3 @@ /* | ||
*/ | ||
export { InstrumentationBase } from './instrumentation'; | ||
export * from './instrumentation'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export { InstrumentationBase, InstrumentationModuleDefinition, InstrumentationModuleFile, InstrumentationNodeModuleDefinition, InstrumentationNodeModuleFile, } from './node'; | ||
export * from './node'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -16,3 +16,3 @@ /* | ||
*/ | ||
export { InstrumentationBase, InstrumentationNodeModuleDefinition, InstrumentationNodeModuleFile, } from './node'; | ||
export * from './node'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,5 +0,5 @@ | ||
export { InstrumentationBase } from './instrumentation'; | ||
export { InstrumentationNodeModuleDefinition } from './instrumentationNodeModuleDefinition'; | ||
export { InstrumentationNodeModuleFile } from './instrumentationNodeModuleFile'; | ||
export { InstrumentationModuleDefinition, InstrumentationModuleFile, } from './types'; | ||
export * from './instrumentation'; | ||
export * from './instrumentationNodeModuleDefinition'; | ||
export * from './instrumentationNodeModuleFile'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -16,5 +16,6 @@ /* | ||
*/ | ||
export { InstrumentationBase } from './instrumentation'; | ||
export { InstrumentationNodeModuleDefinition } from './instrumentationNodeModuleDefinition'; | ||
export { InstrumentationNodeModuleFile } from './instrumentationNodeModuleFile'; | ||
export * from './instrumentation'; | ||
export * from './instrumentationNodeModuleDefinition'; | ||
export * from './instrumentationNodeModuleFile'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.41.0"; | ||
export declare const VERSION = "0.41.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '0.41.0'; | ||
export const VERSION = '0.41.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -17,9 +17,18 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./autoLoader"), exports); | ||
(0, tslib_1.__exportStar)(require("./platform/index"), exports); | ||
(0, tslib_1.__exportStar)(require("./types"), exports); | ||
(0, tslib_1.__exportStar)(require("./types_internal"), exports); | ||
(0, tslib_1.__exportStar)(require("./utils"), exports); | ||
__exportStar(require("./autoLoader"), exports); | ||
__exportStar(require("./platform/index"), exports); | ||
__exportStar(require("./types"), exports); | ||
__exportStar(require("./types_internal"), exports); | ||
__exportStar(require("./utils"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export { InstrumentationBase } from './instrumentation'; | ||
export * from './instrumentation'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -17,6 +17,14 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.InstrumentationBase = void 0; | ||
var instrumentation_1 = require("./instrumentation"); | ||
Object.defineProperty(exports, "InstrumentationBase", { enumerable: true, get: function () { return instrumentation_1.InstrumentationBase; } }); | ||
__exportStar(require("./instrumentation"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export { InstrumentationBase, InstrumentationModuleDefinition, InstrumentationModuleFile, InstrumentationNodeModuleDefinition, InstrumentationNodeModuleFile, } from './node'; | ||
export * from './node'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -17,8 +17,14 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.InstrumentationNodeModuleFile = exports.InstrumentationNodeModuleDefinition = exports.InstrumentationBase = void 0; | ||
var node_1 = require("./node"); | ||
Object.defineProperty(exports, "InstrumentationBase", { enumerable: true, get: function () { return node_1.InstrumentationBase; } }); | ||
Object.defineProperty(exports, "InstrumentationNodeModuleDefinition", { enumerable: true, get: function () { return node_1.InstrumentationNodeModuleDefinition; } }); | ||
Object.defineProperty(exports, "InstrumentationNodeModuleFile", { enumerable: true, get: function () { return node_1.InstrumentationNodeModuleFile; } }); | ||
__exportStar(require("./node"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,5 +0,5 @@ | ||
export { InstrumentationBase } from './instrumentation'; | ||
export { InstrumentationNodeModuleDefinition } from './instrumentationNodeModuleDefinition'; | ||
export { InstrumentationNodeModuleFile } from './instrumentationNodeModuleFile'; | ||
export { InstrumentationModuleDefinition, InstrumentationModuleFile, } from './types'; | ||
export * from './instrumentation'; | ||
export * from './instrumentationNodeModuleDefinition'; | ||
export * from './instrumentationNodeModuleFile'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.InstrumentationNodeModuleFile = exports.InstrumentationNodeModuleDefinition = exports.InstrumentationBase = void 0; | ||
/* | ||
@@ -19,8 +28,6 @@ * Copyright The OpenTelemetry Authors | ||
*/ | ||
var instrumentation_1 = require("./instrumentation"); | ||
Object.defineProperty(exports, "InstrumentationBase", { enumerable: true, get: function () { return instrumentation_1.InstrumentationBase; } }); | ||
var instrumentationNodeModuleDefinition_1 = require("./instrumentationNodeModuleDefinition"); | ||
Object.defineProperty(exports, "InstrumentationNodeModuleDefinition", { enumerable: true, get: function () { return instrumentationNodeModuleDefinition_1.InstrumentationNodeModuleDefinition; } }); | ||
var instrumentationNodeModuleFile_1 = require("./instrumentationNodeModuleFile"); | ||
Object.defineProperty(exports, "InstrumentationNodeModuleFile", { enumerable: true, get: function () { return instrumentationNodeModuleFile_1.InstrumentationNodeModuleFile; } }); | ||
__exportStar(require("./instrumentation"), exports); | ||
__exportStar(require("./instrumentationNodeModuleDefinition"), exports); | ||
__exportStar(require("./instrumentationNodeModuleFile"), exports); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.41.0"; | ||
export declare const VERSION = "0.41.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.41.0'; | ||
exports.VERSION = '0.41.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation", | ||
"version": "0.41.0", | ||
"version": "0.41.1", | ||
"description": "Base class for node which OpenTelemetry instrumentation modules extend", | ||
@@ -54,3 +54,3 @@ "author": "OpenTelemetry Authors", | ||
"test": "npm run test:cjs && npm run test:esm", | ||
"test:browser": "nyc karma start --single-run", | ||
"test:browser": "karma start --single-run", | ||
"version": "node ../../../scripts/version-update.js", | ||
@@ -79,4 +79,3 @@ "watch": "tsc --build --watch tsconfig.json tsconfig.esm.json tsconfig.esnext.json", | ||
"semver": "^7.5.1", | ||
"shimmer": "^1.2.1", | ||
"tslib": "^2.3.1" | ||
"shimmer": "^1.2.1" | ||
}, | ||
@@ -87,5 +86,5 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "7.22.6", | ||
"@babel/core": "7.22.9", | ||
"@opentelemetry/api": "1.4.1", | ||
"@opentelemetry/sdk-metrics": "1.15.0", | ||
"@opentelemetry/sdk-metrics": "1.15.1", | ||
"@types/mocha": "10.0.1", | ||
@@ -97,13 +96,13 @@ "@types/node": "18.6.5", | ||
"babel-loader": "8.3.0", | ||
"babel-plugin-istanbul": "6.1.1", | ||
"codecov": "3.8.3", | ||
"cpx": "1.5.0", | ||
"cross-var": "1.1.0", | ||
"istanbul-instrumenter-loader": "3.0.1", | ||
"karma": "6.4.2", | ||
"karma-chrome-launcher": "3.1.0", | ||
"karma-coverage-istanbul-reporter": "3.0.3", | ||
"karma-coverage": "2.2.1", | ||
"karma-mocha": "2.0.1", | ||
"karma-spec-reporter": "0.0.36", | ||
"karma-webpack": "4.0.2", | ||
"lerna": "7.1.1", | ||
"lerna": "7.1.3", | ||
"mocha": "10.2.0", | ||
@@ -123,3 +122,3 @@ "nyc": "15.1.0", | ||
"sideEffects": false, | ||
"gitHead": "06e919d6c909e8cc8e28b6624d9843f401d9b059" | ||
"gitHead": "9f71800fdc2a5ee5055684037a12498af71955f2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
368954
6
4026
- Removedtslib@^2.3.1
- Removedtslib@2.8.1(transitive)