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

json-cyclic

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-cyclic - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

43

package.json
{
"name": "json-cyclic",
"description": "Small utility library to replace circular references in JavaScript with JSONPaths",
"version": "0.0.2",
"version": "0.0.3",
"person": "John Flockton <hello@johnflockton.com>",

@@ -9,8 +9,8 @@ "main": "dist/index.js",

"prepare": "npm run build",
"build": "./node_modules/.bin/microbundle",
"dev": "./node_modules/.bin/microbundle watch",
"format": "prettier --write \"./src/**/*.js\"",
"format:check": "prettier --list-different \"./src/**/*.js\"",
"lint": "eslint \"./src/**/*.js\"",
"test": "jest --coverage"
"build": "npx microbundle",
"dev": "npx microbundle watch",
"format": "npx prettier --write \".//**/*.js\"",
"format:check": "npx prettier --list-different \"./src/**/*.js\"",
"lint": "npx eslint \"./src/**/*.js\"",
"test": "npx jest --coverage"
},

@@ -38,18 +38,27 @@ "files": [

"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"jest": "^22.4.4",
"microbundle": "^0.6.0",
"prettier": "^1.13.5"
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-jest": "^24.8.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-prettier": "^3.0.1",
"jest": "^24.8.0",
"microbundle": "^0.11.0",
"prettier": "^1.17.0"
},
"babel": {
"presets": [
"env"
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
},
"jest": {
"clearMocks": true,
"coverageDirectory": "coverage",
"testEnvironment": "node",

@@ -56,0 +65,0 @@ "collectCoverageFrom": [

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