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

rheactor-value-objects

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rheactor-value-objects - npm Package Compare versions

Comparing version 7.0.0 to 8.0.0

dist/domain.js

17

package.json
{
"name": "rheactor-value-objects",
"description": "A collection of value objects",
"version": "7.0.0",
"main": "index.js",
"version": "8.0.0",
"main": "dist/index.js",
"scripts": {

@@ -11,3 +11,3 @@ "test": "NODE_ENV=testing mocha --compilers js:babel-register --reporter=dot --timeout=1350 test/\\*\\*/\\*.js",

"lint": "standard",
"semantic-release": "semantic-release pre && cp package.json dist && npm publish dist && semantic-release post",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"precommit": "npm run lint && npm test",

@@ -27,3 +27,4 @@ "commitmsg": "validate-commit-msg"

"dependencies": {
"tcomb": "^3.2.13"
"tcomb": "^3.2.13",
"@resourcefulhumans/rheactor-errors": "1.x"
},

@@ -45,3 +46,9 @@ "devDependencies": {

"validate-commit-msg": "^2.6.1"
}
},
"files": [
"dist",
"src",
"test",
"README.md"
]
}
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