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

find-and-apply

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-and-apply - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/find-and-apply.js

10

package.json
{
"name": "find-and-apply",
"version": "1.0.0",
"version": "1.0.1",
"description": "Recursively search any json structure and make changes at a certain leaf",

@@ -9,6 +9,8 @@ "repository": {

},
"main": "lib/find-and-apply.js",
"main": "dist/find-and-apply.js",
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"test": "mocha test/*test.js",
"test-watch": "mocha -w test/*test.js"
"test-watch": "mocha -w test/*test.js",
"prepublish": "npm run build"
},

@@ -18,2 +20,4 @@ "author": "Martin Liberg",

"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"expect": "^1.20.2",

@@ -20,0 +24,0 @@ "mocha": "^3.0.2"

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