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

rfx-core

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rfx-core - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

10

package.json
{
"name": "rfx-core",
"license": "MIT",
"version": "1.6.0",
"version": "1.6.1",
"author": "Claudio Savino <claudio.savino@me.com> (https://twitter.com/foxhound87)",

@@ -17,3 +17,3 @@ "description": "RFX Core - Collection of core functionalities of RFX Stack",

"precommit": "npm run lint && npm run cover",
"commit": "git add . && git-cz && git push origin",
"commit": "git-cz && git push origin",
"watch:build": "babel --watch -d lib/ src/",

@@ -47,7 +47,7 @@ "watch:test": "npm run test -- -w",

"json-stringify-safe": "5.0.1",
"lodash": "4.16.6",
"lodash": "^4.17.11",
"safe-access": "0.1.0"
},
"peerDependencies": {
"mobx": "^2.5.0 || ^3.0.0 || ^4.0.0"
"mobx": "^2.5.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},

@@ -82,4 +82,4 @@ "devDependencies": {

"rimraf": "2.5.4",
"semantic-release": "^15.2.0"
"semantic-release": "^15.13.2"
}
}
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