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

typed-inject

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-inject - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

dist/src/api/CorrespondingType.d.ts

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [2.2.1](https://github.com/nicojs/typed-inject/compare/v2.2.0...v2.2.1) (2020-03-22)
### Bug Fixes
* **dist:** distribute ts allongside dist js code ([5d7dbf0](https://github.com/nicojs/typed-inject/commit/5d7dbf08ee79a2e1d732d0d3883a160a7e901465))
# [2.2.0](https://github.com/nicojs/typed-inject/compare/v2.1.1...v2.2.0) (2020-03-21)

@@ -2,0 +11,0 @@

11

package.json
{
"name": "typed-inject",
"version": "2.2.0",
"version": "2.2.1",
"description": "Type safe dependency injection framework for TypeScript",
"main": "src/index.js",
"typings": "src/index.d.ts",
"main": "dist/src/index.js",
"scripts": {
"all": "npm run clean && npm run lint && npm run build && npm run test && npm run stryker",
"start": "tsc -b -w",
"clean": "rimraf \"+(src|test)/**/*+(.map|.js|.d.ts)\" \"*.tsbuildinfo\"",
"clean": "rimraf dist",
"lint": "eslint . --ext .js,.ts --ignore-path .gitignore --ignore-pattern testResources/**/*.ts --ignore-pattern stryker.conf.js",
"build": "tsc -b",
"test": "nyc --exclude-after-remap=false --check-coverage --reporter=html --report-dir=reports/coverage --lines 100 --functions 100 --branches 100 npm run mocha",
"mocha": "mocha \"test/helpers/**/*.js\" \"test/unit/**/*.js\" && mocha --timeout 20000 \"test/helpers/**/*.js\" \"test/integration/**/*.js\"",
"test": "nyc --exclude-after-remap=false \"--exclude=dist/test/**/*.js\" --check-coverage --reporter=html --report-dir=reports/coverage --lines 100 --functions 100 --branches 100 npm run mocha",
"mocha": "mocha \"dist/test/helpers/**/*.js\" \"dist/test/unit/**/*.js\" && mocha --timeout 20000 \"dist/test/helpers/**/*.js\" \"dist/test/integration/**/*.js\"",
"stryker": "stryker run",

@@ -16,0 +15,0 @@ "preversion": "npm run all",

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