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

boolean-query-editor

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boolean-query-editor - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

2

dist/boolean-decorator.js

@@ -6,5 +6,3 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

import tokenize from './tokenize';
// import 'prismjs/themes/prism.css';
function occupySlice(targetArr, start, end, componentKey) {

@@ -11,0 +9,0 @@ for (var ii = start; ii < end; ii++) {

3

dist/prism-boolean.js
/* eslint-disable */
Prism.languages.boolean = {
'operator': /\b(?:OR|AND|NOT)\b/
operator: /\b(?:OR|AND|NOT)\b/,
paren: /[()]/
};

@@ -5,0 +6,0 @@ ;

{
"name": "boolean-query-editor",
"version": "1.4.0",
"version": "1.5.0",
"description": "Boolean query editor",

@@ -5,0 +5,0 @@ "module": "dist/index.js",

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