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

@socketsecurity/config

Package Overview
Dependencies
Maintainers
7
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socketsecurity/config - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

13

package.json
{
"name": "@socketsecurity/config",
"version": "2.1.0",
"version": "2.1.1",
"description": "Config parser for Socket.dev",

@@ -41,6 +41,9 @@ "homepage": "http://github.com/SocketDev/socket-config-js",

"prepare": "husky install",
"prepublishOnly": "run-s build",
"prepublishOnly": "git push --follow-tags && gh-release -y && run-s build",
"test:mocha": "c8 --reporter=lcov --reporter text mocha 'test/**/*.spec.js'",
"test-ci": "run-s test:*",
"test": "run-s check test:*"
"test": "run-s check test:*",
"version": "run-s prepare version:*",
"version:changelog": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:'",
"version:git": "git add CHANGELOG.md"
},

@@ -76,3 +79,5 @@ "devDependencies": {

"type-coverage": "^2.24.1",
"typescript": "~4.9.5"
"typescript": "~4.9.5",
"auto-changelog": "^2.4.0",
"gh-release": "^7.0.2"
},

@@ -79,0 +84,0 @@ "dependencies": {

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