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

@bem-react/di

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bem-react/di - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

<a name="0.2.3"></a>
## [0.2.3](https://github.com/bem/bem-react-core/compare/@bem-react/di@0.2.2...@bem-react/di@0.2.3) (2018-08-30)
**Note:** Version bump only for package @bem-react/di
<a name="0.2.2"></a>

@@ -8,0 +17,0 @@ ## [0.2.2](https://github.com/bem/bem-react-core/compare/@bem-react/di@0.2.1...@bem-react/di@0.2.2) (2018-08-29)

22

package.json
{
"name": "@bem-react/di",
"version": "0.2.2",
"version": "0.2.3",
"description": "BEM React Dependency Injection",

@@ -28,3 +28,3 @@ "repository": {

"unit": "../../node_modules/.bin/mocha --opts ../../mocha.opts --",
"test": "npm run unit test/*.test.ts"
"test": "../../node_modules/.bin/nyc npm run unit test/*.test.ts"
},

@@ -34,3 +34,19 @@ "peerDependencies": {

},
"gitHead": "1dcfd3c05d5766b807f3b998e39d2ef94ff4d991"
"nyc": {
"include": [
"di.tsx"
],
"extension": [
".ts",
".tsx"
],
"reporter": [
"text",
"html"
],
"sourceMap": true,
"instrument": true,
"all": true
},
"gitHead": "c6f8cd0423ca4d872aad1925bac6a552e82ac626"
}
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