docworks-json
Advanced tools
Comparing version 1.8.4 to 1.10.5
{ | ||
"name": "docworks-json", | ||
"version": "1.8.4", | ||
"version": "1.10.5", | ||
"description": "serialize objects to json in a form that is nice with git", | ||
@@ -10,3 +10,3 @@ "main": "src/index.js", | ||
"prepublish": "npm run build", | ||
"test": "mocha test/**/*.spec.js --compilers js:babel-core/register" | ||
"test": "mocha test/**/*.spec.js --compilers js:@babel/register" | ||
}, | ||
@@ -19,7 +19,6 @@ "author": "Yoav Abrahami", | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.3", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-1": "^6.24.1", | ||
"babel-register": "^6.24.1", | ||
"@babel/cli": "^7.0.0", | ||
"@babel/core": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/register": "^7.0.0", | ||
"chai": "^3.5.0", | ||
@@ -30,3 +29,3 @@ "chai-subset": "^1.5.0", | ||
}, | ||
"gitHead": "af20090fc0d9b22e9b504b26e3b2f025ddb05af9" | ||
"gitHead": "ec0a62a97aaf22274d7c290a841716f6e85f7c8b" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8
16492