Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cuaklabs/iocuak-common

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cuaklabs/iocuak-common - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

LICENSE

15

CHANGELOG.md

@@ -22,4 +22,17 @@ # Changelog

### 0.1.0 - 2022-08-19
## [UNRELEASED]
## 0.1.1 - 2022-12-28
### Changed
- Updated dependencies to no longer require `reflect-metadata`.
## 0.1.0 - 2022-08-19
### Added

@@ -26,0 +39,0 @@ - Added `chain`.

2

lib/models/Newable.d.ts

@@ -1,2 +0,2 @@

export declare type Newable<TInstance = unknown, TArgs extends unknown[] = any[]> = new (...args: TArgs) => TInstance;
export type Newable<TInstance = unknown, TArgs extends unknown[] = any[]> = new (...args: TArgs) => TInstance;
//# sourceMappingURL=Newable.d.ts.map
import { Newable } from './Newable';
export declare type ServiceId = string | symbol | Newable;
export type ServiceId = string | symbol | Newable;
//# sourceMappingURL=ServiceId.d.ts.map

@@ -1,2 +0,2 @@

export declare type Tag = number | string | symbol;
export type Tag = number | string | symbol;
//# sourceMappingURL=Tag.d.ts.map
{
"name": "@cuaklabs/iocuak-common",
"version": "0.1.0",
"version": "0.1.1",
"description": "Common models for iocuak",

@@ -17,3 +17,3 @@ "main": "lib/index.js",

"author": "Cuak McCuackl <cuak.mccuakl@cuaklabs.com>",
"license": "MIT",
"license": "See license in \"LICENSE\" file",
"bugs": {

@@ -23,10 +23,23 @@ "url": "https://github.com/cuaklabs/iocuak/issues"

"devDependencies": {
"@jest/globals": "29.3.1",
"@stryker-mutator/core": "6.3.1",
"@stryker-mutator/jest-runner": "6.3.1",
"@stryker-mutator/typescript-checker": "6.3.1",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"eslint": "8.30.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.1.7",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.3.1",
"prettier": "2.8.1",
"rimraf": "3.0.2",
"typescript": "4.7.4"
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.9.4"
},
"homepage": "https://github.com/cuaklabs/iocuak/tree/master/packages/iocuak/tree/master/packages/iocuak-common#readme",
"gitHead": "e711d2cccc0ae863eed676a4c496813c6aa481e4",
"peerDependencies": {
"reflect-metadata": "0.1.13"
},
"publishConfig": {

@@ -37,5 +50,14 @@ "access": "public"

"build": "tsc --build tsconfig.json",
"build:dev": "tsc --build tsconfig.dev.json",
"build:clean": "rimraf lib"
"build:clean": "rimraf lib",
"format": "prettier --write ./src/**/*.ts",
"lint": "eslint --ext ts --ignore-path .gitignore ./src",
"prebuild": "pnpm run build:clean",
"test": "jest --config=jest.config.mjs --runInBand",
"test:integration:js": "pnpm run test:js --selectProjects Integration",
"test:js": "jest --config=jest.js.config.mjs --runInBand",
"test:mutation": "stryker run",
"test:uncommitted": "pnpm run test --changedSince=HEAD",
"test:unit:js": "pnpm run test:js --selectProjects Unit",
"test:unit:js:coverage": "pnpm run test:unit:js --coverage"
}
}
[![Build status](https://github.com/cuaklabs/iocuak/workflows/ci/badge.svg)](https://github.com/cuaklabs/iocuak/workflows/build/badge.svg)
[![Test coverage](https://codecov.io/gh/cuaklabs/iocuak/branch/master/graph/badge.svg?flag=iocuak-common)](https://codecov.io/gh/cuaklabs/iocuak/branch/master/graph/badge.svg?flag=iocuak-common)
[![npm version](https://img.shields.io/github/package-json/v/cuaklabs/iocuak?filename=packages%2Fiocuak-common%2Fpackage.json&style=plastic)](https://www.npmjs.com/package/@cuaklabs/iocuak-common)

@@ -3,0 +4,0 @@

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc