Socket
Socket
Sign inDemoInstall

cheap-watch

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# v0.2.2
- Rollup was erroneously added as a dependency and is now a dev dependency as it should be
# v0.2.1

@@ -2,0 +6,0 @@

8

package.json
{
"name": "cheap-watch",
"version": "0.2.1",
"version": "0.2.2",
"description": "If it works, why use something else?",

@@ -31,3 +31,3 @@ "keywords": [

"homepage": "https://cndtr.io/cheap-watch/",
"dependencies": {
"devDependencies": {
"rollup": "*"

@@ -37,4 +37,6 @@ },

"build": "rollup -c",
"test": "npm run build && node test.js"
"pretest": "npm run build",
"test": "node test.js",
"prepublishOnly": "npm test"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc