Socket
Socket
Sign inDemoInstall

@bradymholt/ampify

Package Overview
Dependencies
25
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.3.0

24

package.json
{
"name": "@bradymholt/ampify",
"version": "1.2.0",
"version": "1.3.0",
"publishConfig": {

@@ -25,6 +25,4 @@ "access": "public"

"scripts": {
"coverage": "node_modules/.bin/jest --coverage",
"lint": "node_modules/.bin/eslint ./*.js test",
"test": "node_modules/.bin/jest",
"test:watch": "node_modules/.bin/jest --watchAll"
"test": "jest",
"test:watch": "jest --watchAll"
},

@@ -40,15 +38,9 @@ "repository": {

"dependencies": {
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.3",
"image-size": "^0.7.3"
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.11",
"image-size": "^1.0.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"jest": "^24.7.1"
},
"engines": {
"node": ">=8.0.0"
"devDependencies": {
"jest": "^28.1.1"
}
}
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