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

spec-change

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spec-change - npm Package Compare versions

Comparing version 1.11.4 to 1.11.5

6

package.json
{
"name": "spec-change",
"version": "1.11.4",
"version": "1.11.5",
"description": "Computes specs to re-run when files change",

@@ -38,4 +38,4 @@ "main": "src/index.js",

"dependency-tree": "^11.0.0",
"globby": "^11.1.0",
"lazy-ass": "^2.0.3"
"lazy-ass": "^2.0.3",
"tinyglobby": "^0.2.0"
},

@@ -42,0 +42,0 @@ "repository": {

@@ -6,3 +6,3 @@ // https://github.com/dependents/node-dependency-tree

const debug = require('debug')('spec-change')
const globby = require('globby')
const tinyglobby = require('tinyglobby')
const fs = require('fs')

@@ -199,3 +199,3 @@ const deepEqual = require('deep-equal')

const started = +new Date()
const files = globby.sync(fileMask, {
const files = tinyglobby.globSync([fileMask], {
cwd: folder,

@@ -202,0 +202,0 @@ absolute: true,

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