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

complex-matcher

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complex-matcher - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

index.js

29

package.json
{
"private": false,
"name": "complex-matcher",
"version": "0.7.0",
"version": "0.7.1",
"license": "ISC",
"description": "",
"keywords": [],
"description": "Advanced search syntax used in XO",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/complex-matcher",

@@ -20,6 +19,2 @@ "bugs": "https://github.com/vatesfr/xen-orchestra/issues",

"preferGlobal": false,
"main": "dist/",
"files": [
"dist/"
],
"browserslist": [

@@ -34,19 +29,9 @@ ">2%"

},
"scripts": {
"postversion": "npm publish",
"test": "node--test"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^7.0.2",
"rimraf": "^3.0.0"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
"clean": "rimraf dist/",
"dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/",
"prebuild": "yarn run clean",
"predev": "yarn run prebuild",
"prepublishOnly": "yarn run build",
"postversion": "npm publish"
"test": "^3.2.1"
}
}

@@ -7,2 +7,4 @@ <!-- DO NOT EDIT MANUALLY, THIS FILE HAS BEEN GENERATED -->

> Advanced search syntax used in XO
## Install

@@ -12,5 +14,5 @@

```sh
npm install --save complex-matcher
```
> npm install --save complex-matcher
```

@@ -17,0 +19,0 @@ ## Usage

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