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

snoop

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snoop - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

.github/dependabot.yaml

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### [1.0.3](https://github.com/therealparmesh/snoop/compare/v1.0.2...v1.0.3) (2021-11-23)
### [1.0.2](https://github.com/therealparmesh/snoop/compare/v1.0.1...v1.0.2) (2020-07-16)

@@ -7,0 +9,0 @@

30

package.json
{
"name": "snoop",
"version": "1.0.2",
"version": "1.0.3",
"description": "Easy breezy test spies fo sheezy.",

@@ -8,22 +8,9 @@ "repository": "github:therealparmesh/snoop",

"author": "Parmesh Krishen",
"main": "dist/index.js",
"unpkg": "dist/index.umd.js",
"module": "dist/index.module.js",
"source": "src/index.js",
"main": "src",
"types": "types.d.ts",
"files": [
"src",
"dist",
"types.d.ts"
],
"scripts": {
"build": "bundt",
"prepublishOnly": "npm run build",
"version": "standard-version"
"prepare": "pro-commit",
"pro-commit:task": "pretty-quick --staged",
"release": "standard-version"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"prettier": {

@@ -34,8 +21,7 @@ "singleQuote": true,

"devDependencies": {
"bundt": "^1.0.2",
"husky": "^4.2.5",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"standard-version": "^8.0.1"
"pretty-quick": "^3.0.0",
"pro-commit": "^1.2.1",
"standard-version": "^9.0.0"
}
}

Sorry, the diff of this file is not supported yet

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