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

@phensley/plurals

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phensley/plurals - npm Package Compare versions

Comparing version 0.25.22 to 0.26.0

3

lib-es/rules.js

@@ -72,5 +72,2 @@ import { coerceDecimal } from '@phensley/decimal';

var operand = expr[0];
if (!operand) {
return false;
}
var n = operands[operand];

@@ -77,0 +74,0 @@ // The N = X..Y syntax means N matches an integer from X to Y inclusive

@@ -74,5 +74,2 @@ "use strict";

var operand = expr[0];
if (!operand) {
return false;
}
var n = operands[operand];

@@ -79,0 +76,0 @@ // The N = X..Y syntax means N matches an integer from X to Y inclusive

6

package.json
{
"name": "@phensley/plurals",
"version": "0.25.22",
"version": "0.26.0",
"description": "Plural rules engine",

@@ -37,3 +37,3 @@ "main": "lib/index.js",

"dependencies": {
"@phensley/decimal": "0.25.22",
"@phensley/decimal": "0.26.0",
"tslib": "1.10.x"

@@ -67,3 +67,3 @@ },

},
"gitHead": "b4a65f6b8dd63c0c585d8eefe5edfc4e2aabcf43"
"gitHead": "94045abc4df86296281f3eefc7d5e4bd48636cbe"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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