briskly-json
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "briskly-json", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "briskly.json parser", | ||
@@ -5,0 +5,0 @@ "main": "src/index", |
@@ -5,3 +5,3 @@ var fs = require('fs'); | ||
json: null, | ||
path: path.join(process.env.PWD, 'briskly.json') | ||
path: path.join(process.cwd(), 'briskly.json') | ||
}; | ||
@@ -8,0 +8,0 @@ Object.defineProperty(api, 'json', { |
@@ -8,3 +8,3 @@ import Types = require('../index.d.ts'); | ||
json: <Types.Briskly>null, | ||
path: path.join(process.env.PWD, 'briskly.json') | ||
path: path.join(process.cwd(), 'briskly.json') | ||
} | ||
@@ -11,0 +11,0 @@ |
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
110690