ugly-injector
Advanced tools
Comparing version 0.0.7 to 1.0.0
"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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
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) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } | ||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | ||
step((generator = generator.apply(thisArg, _arguments || [])).next()); | ||
}); | ||
}; | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Injector = void 0; | ||
const modern_dictionary_1 = require("modern-dictionary"); | ||
@@ -19,0 +33,0 @@ var Injector; |
{ | ||
"name": "ugly-injector", | ||
"version": "0.0.7", | ||
"description": "Inject modules", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/xamm/inject.git" | ||
}, | ||
"main": "lib/injector.js", | ||
"types": "lib/injector.d.ts", | ||
"author": "xamm", | ||
"license": "MIT", | ||
"jest": { | ||
"globals": { | ||
"ts-jest": { | ||
"enableTsDiagnostics": true | ||
} | ||
}, | ||
"transform": { | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", | ||
"moduleFileExtensions": [ | ||
"js", | ||
"jsx", | ||
"json", | ||
"node" | ||
] | ||
}, | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"build": "tsc", | ||
"postpublish": "tsc", | ||
"test": "jest --coverage --coverageReporters=text-lcov | coveralls" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.15", | ||
"@types/node": "^10.5.2", | ||
"coveralls": "^3.0.2", | ||
"jest": "^23.4.1", | ||
"ts-jest": "^23.0.1", | ||
"typescript": "^2.9.2" | ||
}, | ||
"dependencies": { | ||
"modern-dictionary": "^0.0.6" | ||
} | ||
"name": "ugly-injector", | ||
"version": "1.0.0", | ||
"description": "Inject modules", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/xamm/inject.git" | ||
}, | ||
"main": "lib/injector.js", | ||
"types": "lib/injector.d.ts", | ||
"author": "xamm", | ||
"license": "MIT", | ||
"jest": { | ||
"globals": { | ||
"ts-jest": { | ||
"enableTsDiagnostics": true | ||
} | ||
}, | ||
"transform": { | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", | ||
"moduleFileExtensions": [ | ||
"js", | ||
"jsx", | ||
"json", | ||
"node" | ||
] | ||
}, | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"build": "tsc", | ||
"postpublish": "tsc", | ||
"test": "jest" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^27.0.3", | ||
"jest": "^27.4.5", | ||
"ts-jest": "^27.1.1", | ||
"typescript": "^4.5.4" | ||
}, | ||
"dependencies": { | ||
"modern-dictionary": "latest" | ||
} | ||
} |
# ugly-injector | ||
[![Build Status](https://travis-ci.org/xamm/inject.svg?branch=master)](https://travis-ci.org/xamm/inject) | ||
[![Coverage Status](https://coveralls.io/repos/github/xamm/inject/badge.svg?branch=master)](https://coveralls.io/github/xamm/inject?branch=master) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
[![Build & Test](https://github.com/xamm/inject/actions/workflows/build_test.yml/badge.svg)](https://github.com/xamm/inject/actions/workflows/build_test.yml) ![npm](https://img.shields.io/npm/v/ugly-injector?color=blue&label=Version) ![npm](https://img.shields.io/npm/dt/ugly-injector) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10908
4
9
71
1
4
+ Addedmodern-dictionary@1.0.3(transitive)
- Removedmodern-dictionary@0.0.6(transitive)
Updatedmodern-dictionary@latest