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

gulp-json-editor

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-json-editor - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

.idea/codeStyles/codeStyleConfig.xml

18

CHANGELOG.md

@@ -0,1 +1,11 @@

## 2.4.0
### Fixed
- #19 Replace deprecated Buffer() constructor (https://medium.com/@jasnell/node-js-buffer-api-changes-3c21f1048f97)
### Changed
- Update dependencies
## 2.3.0

@@ -11,4 +21,8 @@

- Update dependencies, replace deprecated gulp-util
- #15 Replace deprecated gulp-util
### Changed
- Update dependencies
## 2.2.1

@@ -18,2 +32,2 @@

- keep indentation if no option is specified
- Keep indentation if no option is specified

2

index.js

@@ -71,3 +71,3 @@ /* jshint node: true */

// write it to file
file.contents = new Buffer(json);
file.contents = Buffer.from(json);
}

@@ -74,0 +74,0 @@ catch (err) {

{
"name": "gulp-json-editor",
"version": "2.3.0",
"description": "A gulp plugin to edit JSON object",
"version": "2.4.0",
"description": "A gulp plugin to edit JSON objects",
"license": "MIT",
"main": "./index.js",
"homepage": "https://github.com/rejas/gulp-json-editor",
"homepage": "https://github.com/rejas/gulp-json-editor#readme",
"bugs": "https://github.com/rejas/gulp-json-editor/issues",
"repository": "https://github.com/rejas/gulp-json-editor.git",
"author": {
"name": "Veeck",
"name": "rejas",
"url": "https://github.com/rejas"
},
"keywords": [
"gulpplugin",
"gulp",
"json"
],
"repository": {
"type": "git",
"url": "git://github.com/rejas/gulp-json-editor.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {

@@ -34,6 +23,17 @@ "deepmerge": "^2.1.0",

"gulp": "^4.0.0",
"mocha": "^5.0.5",
"mocha": "^5.1.1",
"should": "^13.2.1",
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=6"
},
"keywords": [
"gulpplugin",
"gulp",
"json"
],
"scripts": {
"test": "mocha"
}
}
# gulp-json-editor
[![Greenkeeper badge](https://badges.greenkeeper.io/rejas/gulp-json-editor.svg)](https://greenkeeper.io/)
[![npm version](https://badge.fury.io/js/gulp-json-editor.svg)](https://www.npmjs.com/package/gulp-json-editor)
[![Build Status](https://secure.travis-ci.org/rejas/gulp-json-editor.png?branch=master)](https://travis-ci.org/rejas/gulp-json-editor)
gulp-json-editor is a [gulp](https://github.com/gulpjs/gulp) plugin to edit JSON object.
gulp-json-editor is a [gulp](https://github.com/gulpjs/gulp) plugin to edit JSON objects.

@@ -8,0 +8,0 @@ ## Usage

@@ -0,0 +0,0 @@ /* jshint node: true */

@@ -0,0 +0,0 @@ /* jshint node: true */

@@ -0,0 +0,0 @@ /* jshint node: true */

@@ -0,0 +0,0 @@ /* jshint node: true */

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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