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

replace-json-property

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

replace-json-property - npm Package Compare versions

Comparing version 1.4.4 to 1.5.0

10

package.json
{
"name": "replace-json-property",
"version": "1.4.4",
"version": "1.5.0",
"description": "CLI tool to replace a property in a JSON file",
"main": "index.js",
"main": "src/replace-json-property.js",
"husky": {

@@ -38,2 +38,6 @@ "hooks": {

"scripts": {
"build": "npm-run-all copy:*",
"copy:bin": "cpx './bin/*.*' ./dist/bin",
"copy:src": "cpx './src/**/!(*.spec).js' ./dist/src",
"copy:package-json": "cpx package.json ./dist",
"format:check": "prettier --list-different '{src,__mocks__,bin}/**/*.js'",

@@ -80,5 +84,7 @@ "format:write": "prettier --write '{src,__mocks__,bin}/**/*.js'",

"commitizen": "^3.0.5",
"cpx": "^1.5.0",
"husky": "^1.2.1",
"jest": "^23.6.0",
"lint-staged": "^8.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.15.3",

@@ -85,0 +91,0 @@ "semantic-release": "^15.14.0"

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