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

enmap

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enmap - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

2

package.json
{
"name": "enmap",
"version": "3.1.2",
"version": "3.1.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -571,3 +571,3 @@ const _ = require('lodash');

[_mathop](base, op, opand) {
if (base == undefined || op == undefined || opand == undefined) throw new Err('Math Operation requires base and operation', 'TypeError');
if (base == undefined || op == undefined || opand == undefined) throw 'Math Operation requires base and operation';
switch (op) {

@@ -574,0 +574,0 @@ case 'add' :

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