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.1 to 1.6.2

7

bin/spec-change.js

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

const deps = getDependsInFolder({ folder, fileMask, saveDepsFilename, time })
const depsStringified = JSON.stringify(deps, null, 2)
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)
console.log(depsStringified + '\n')

4

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

@@ -28,3 +28,3 @@ "main": "src/index.js",

"prettier": "^2.8.1",
"semantic-release": "^19.0.5"
"semantic-release": "^20.1.0"
},

@@ -31,0 +31,0 @@ "dependencies": {

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