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

validate-glob-opts

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

validate-glob-opts - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

index.js

13

package.json
{
"name": "validate-glob-opts",
"version": "0.2.1",
"version": "0.3.0",
"description": "Validate glob options",

@@ -8,3 +8,3 @@ "repository": "shinnn/validate-glob-opts",

"scripts": {
"pretest": "eslint --fix --format=codeframe --rule='complexity: off' index.js test.js && buble index.js --output=index-es5.js --yes=dangerousForOf",
"pretest": "eslint --fix --format=codeframe index.js test.js",
"test": "node --throw-deprecation test.js",

@@ -14,5 +14,4 @@ "coverage": "istanbul cover --print=both test.js"

"license": "MIT",
"main": "index-es5.js",
"files": [
"index-es5.js"
"index.js"
],

@@ -33,3 +32,2 @@ "keywords": [

"@shinnn/eslint-config-node": "^3.0.0",
"buble": "^0.15.2",
"eslint": "^3.14.1",

@@ -41,4 +39,7 @@ "graceful-fs": "^4.1.11",

"eslintConfig": {
"extends": "@shinnn/node"
"extends": "@shinnn/node",
"rules": {
"complexity": "off"
}
}
}
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