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

@expo/json-file

Package Overview
Dependencies
Maintainers
20
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/json-file - npm Package Compare versions

Comparing version 8.2.12 to 8.2.13

9

package.json
{
"name": "@expo/json-file",
"version": "8.2.12",
"version": "8.2.13",
"description": "A module for reading, writing, and manipulating JSON files",

@@ -10,3 +10,3 @@ "main": "build/JsonFile.js",

"prepare": "yarn run clean && yarn build",
"clean": "rm -rf build ./tsconfig.tsbuildinfo",
"clean": "rimraf build ./tsconfig.tsbuildinfo",
"lint": "eslint .",

@@ -40,3 +40,3 @@ "test": "jest"

"devDependencies": {
"@expo/babel-preset-cli": "0.2.10",
"@expo/babel-preset-cli": "0.2.11",
"@types/babel__code-frame": "^7.0.1",

@@ -46,3 +46,4 @@ "@types/fs-extra": "^7.0.0",

"@types/lodash": "^4.14.135",
"@types/write-file-atomic": "^2.1.1"
"@types/write-file-atomic": "^2.1.1",
"rimraf": "^3.0.2"
},

@@ -49,0 +50,0 @@ "publishConfig": {

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