New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

boxed-injector

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boxed-injector - npm Package Compare versions

Comparing version 0.5.0 to 1.0.0

boxed-injector.d.ts

2

dist/index.js

@@ -5,6 +5,4 @@

module.exports = {
Injectable: require('./Injectable'),
Injector: require('./Injector'),
Inject: require('./Inject'),
Locator: require('./Locator')
};
{
"name": "boxed-injector",
"version": "0.5.0",
"version": "1.0.0",
"description": "Dependency Injection Tools",

@@ -12,4 +12,6 @@ "homepage": "",

"files": [
"dist"
"dist",
"boxed-injector.d.ts"
],
"typings": "boxed-injector.d.ts",
"main": "dist/index.js",

@@ -39,3 +41,2 @@ "keywords": [

"del": "^2.0.2",
"enzyme": "^2.6.0",
"eslint": "^3.1.1",

@@ -57,3 +58,2 @@ "eslint-config-xo-space": "^0.15.0",

"isparta": "^4.0.0",
"react-addons-test-utils": "^15.3.2",
"sinon": "^1.17.6"

@@ -68,6 +68,3 @@ },

},
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2"
}
"dependencies": {}
}
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