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.6.2 to 1.6.3

7

bin/spec-change.js

@@ -36,8 +36,3 @@ #!/usr/bin/env node

const deps = getDependsInFolder({ folder, fileMask, saveDepsFilename, time })
const depsWithMessage = {
warning:
'This is a machine-generated file, do not modify it manually. Use https://github.com/bahmutov/spec-change',
...deps,
}
const depsStringified = JSON.stringify(depsWithMessage, null, 2)
const depsStringified = JSON.stringify(deps, null, 2)
console.log(depsStringified + '\n')

2

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

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -162,2 +162,4 @@ const dependencyTree = require('dependency-tree')

const fullInfo = {
warning:
'This is a machine-generated file, do not modify it manually. Use https://github.com/bahmutov/spec-change',
folder: relativeFolder,

@@ -164,0 +166,0 @@ fileMask,

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