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

jsexp

Package Overview
Dependencies
Maintainers
4
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsexp - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

4

package.json
{
"name": "jsexp",
"version": "0.0.9",
"version": "0.0.10",
"license": "MIT",
"scripts": {
"build": "rollup --config build/config.js",
"publish": "npm run build && npm publish"
"publish-npm": "npm run build && npm publish"
},

@@ -9,0 +9,0 @@ "dependencies": {

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

if (Array.isArray(expr) && rulesMapReverse[expr[0]]) {
if (Array.isArray(expr) && (rulesMap[expr[0]] || rulesMapReverse[expr[0]])) {
return expr;

@@ -39,0 +39,0 @@ }

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