Socket
Socket
Sign inDemoInstall

@hapi/formula

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/formula - npm Package Compare versions

Comparing version 3.0.0 to 3.0.2

2

lib/index.js

@@ -16,3 +16,3 @@ 'use strict';

numberRx: /^(?:[0-9]*\.?[0-9]*){1}$/,
numberRx: /^(?:[0-9]*(\.[0-9]*)?){1}$/,
tokenRx: /^[\w\$\#\.\@\:\{\}]+$/,

@@ -19,0 +19,0 @@

@@ -1,2 +0,2 @@

Copyright (c) 2019-2020, Sideway Inc, and project contributors
Copyright (c) 2019-2020, Sideway. Inc, and project contributors
All rights reserved.

@@ -3,0 +3,0 @@

{
"name": "@hapi/formula",
"description": "Math and string formula parser.",
"version": "3.0.0",
"version": "3.0.2",
"repository": "git://github.com/hapijs/formula",

@@ -19,4 +19,6 @@ "main": "lib/index.js",

"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "22.x.x"
"@hapi/code": "^9.0.3",
"@hapi/lab": "^25.1.2",
"@types/node": "^14.18.36",
"typescript": "4.0.x"
},

@@ -23,0 +25,0 @@ "scripts": {

@@ -1,18 +0,15 @@

<a href="https://hapi.dev"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a>
# @sideway/formula
# @hapi/formula
#### Math and string formula parser.
**formula** is part of the **hapi** ecosystem and was designed to work seamlessly with the [hapi web framework](https://hapi.dev) and its other components (but works great on its own or with other frameworks). If you are using a different web framework and find this module useful, check out [hapi](https://hapi.dev) – they work even better together.
**formula** is part of the **joi** ecosystem.
### Visit the [hapi.dev](https://hapi.dev) Developer Portal for tutorials, documentation, and support
### Visit the [joi.dev](https://joi.dev) Developer Portal for tutorials, documentation, and support
## Useful resources
- [Documentation and API](https://hapi.dev/family/formula/)
- [Version status](https://hapi.dev/resources/status/#formula) (builds, dependencies, node versions, licenses, eol)
- [Changelog](https://hapi.dev/family/formula/changelog/)
- [Project policies](https://hapi.dev/policies/)
- [Free and commercial support options](https://hapi.dev/support/)
- [Documentation and API](https://joi.dev/module/formula/)
- [Version status](https://joi.dev/resources/status/#formula) (builds, dependencies, node versions, licenses, eol)
- [Changelog](https://joi.dev/module/formula/changelog/)
- [Project policies](https://joi.dev/policies/)

@@ -19,0 +16,0 @@ ## Acknowledgements

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