Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@frontender-magazine/fm-article

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontender-magazine/fm-article - npm Package Compare versions

Comparing version 1.2.0 to 1.6.0

13

package.json
{
"name": "@frontender-magazine/fm-article",
"version": "1.2.0",
"version": "1.6.0",
"description": "SDK for article service api",

@@ -24,5 +24,9 @@ "main": "lib/index.js",

"lint:js": "eslint ./source/**/* --ext .jsx,.js --color -f stylish --fix",
"test": "jest",
"format": "prettier --write --single-quote --print-width 100 --trailing-comma all 'source/**/*.{js,jsx}'"
"test": "jest"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {

@@ -73,7 +77,6 @@ "*.{jsx,js}": [

"prettier": "^1.16.4",
"validate-commit": "^3.4.0",
"rimraf": "^2.6.3"
},
"dependencies": {
"@frontender-magazine/service-api": "^1.0.0"
"@frontender-magazine/service-api": "^1.2.0"
},

@@ -80,0 +83,0 @@ "jest": {

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