Socket
Socket
Sign inDemoInstall

@furystack/inject

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/inject - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/Injector.js

@@ -11,3 +11,3 @@ "use strict";

this.cachedSingletons = new Map();
this.options = Object.assign({}, this.options, options);
this.options = { ...this.options, ...options };
}

@@ -14,0 +14,0 @@ async dispose() {

{
"name": "@furystack/inject",
"version": "1.0.3",
"version": "1.0.4",
"description": "Core FuryStack package",

@@ -13,6 +13,6 @@ "main": "dist/index.js",

"commit": "git-cz",
"pretest": "tslint --project tsconfig.test.json && rimraf temp && tsc -p tsconfig.test.json",
"test": "rimraf coverage && nyc mocha -p tsconfig.test.json ./temp/test/index.js",
"test": "jest",
"prebuild": "tslint --project tsconfig.json",
"build": "rimraf dist && tsc -p tsconfig.json",
"clean": "rimraf dist && rimraf coverage",
"build": "tsc -b",
"prepublishOnly": "npm run test && npm run build",

@@ -56,12 +56,9 @@ "publish:development": "npm run build && npm t && npm run typedoc && npm publish --tag development",

"@sensenet/client-utils": "^1.2.1",
"@types/node": "^10.12.5",
"reflect-metadata": "^0.1.12"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"@types/jest": "^23.3.9",
"jest": "^23.6.0",
"rimraf": "^2.6.1",
"ts-jest": "^23.10.4",
"tslint": "^5.11.0",

@@ -75,3 +72,4 @@ "typescript": "^3.1.6"

},
"typings": "./dist/index.d.ts"
"typings": "./dist/index.d.ts",
"gitHead": "053ececc7dfe5a1ccc5f06c510b78b9999e1f4f0"
}

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