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

speculate

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

speculate - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "speculate",
"version": "1.2.0",
"version": "1.2.1",
"description": "Automatically generates an RPM Spec file for your Node.js project",

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

@@ -126,16 +126,2 @@ # speculate

# build RPM
```
If you're using speculate [as a local module](#local-module) the prune step will uninstall speculate itself. To get around this, be sure to reinstall speculate after you run `npm prune`. A good way to do this is with an npm script:
```json
{
"scripts": {
"prespec": "npm prune --production && npm install speculate",
"spec": "speculate"
}
}
```
### `npm start` script

@@ -142,0 +128,0 @@

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