sf-metadata
Advanced tools
Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2
@@ -55,2 +55,3 @@ "use strict"; | ||
} | ||
options.baseDir = path.resolve(options.baseDir); | ||
const collection = new core_1.Collection(options.baseDir); | ||
@@ -57,0 +58,0 @@ if (options.patterns) { |
{ | ||
"name": "sf-metadata", | ||
"version": "0.0.1-alpha.1", | ||
"description": "Library for reading, writing and processing (read, update and write) Salesforce metadata files", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "rm -rf ./lib && tsc", | ||
"test": "jest --coverage", | ||
"prepack": "npm run build && npm test" | ||
}, | ||
"author": "Andrew Goodman", | ||
"license": "MIT", | ||
"dependencies": { | ||
"minimatch": "^3.0.4", | ||
"xml2js-fork-stringify": "^0.4.23" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.20", | ||
"@types/minimatch": "^3.0.3", | ||
"@types/node": "^14.14.20", | ||
"@types/rimraf": "^3.0.0", | ||
"@types/uuid": "^8.3.0", | ||
"@types/xml2js": "^0.4.7", | ||
"jest": "^26.6.3", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^26.4.4", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.1.3", | ||
"uuid": "^8.3.2" | ||
}, | ||
"files": [ | ||
"lib/**/*" | ||
] | ||
"name": "sf-metadata", | ||
"version": "0.0.1-alpha.2", | ||
"description": "Library for reading, writing and processing (read, update and write) Salesforce metadata files", | ||
"bugs": "https://github.com/gdman/sf-metadata/issues", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "rm -rf ./lib && tsc", | ||
"test": "jest --coverage", | ||
"prepack": "npm run build && npm test" | ||
}, | ||
"author": "Andrew Goodman", | ||
"license": "MIT", | ||
"dependencies": { | ||
"minimatch": "^3.0.4", | ||
"xml2js-fork-stringify": "^0.4.23" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.20", | ||
"@types/minimatch": "^3.0.3", | ||
"@types/node": "^14.14.20", | ||
"@types/rimraf": "^3.0.0", | ||
"@types/uuid": "^8.3.0", | ||
"@types/xml2js": "^0.4.7", | ||
"jest": "^26.6.3", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^26.4.4", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.1.3", | ||
"uuid": "^8.3.2" | ||
}, | ||
"files": [ | ||
"lib/**/*" | ||
], | ||
"homepage": "https://github.com/gdman/sf-metadata", | ||
"repository": "github:gdman/sf-metadata", | ||
"keywords": [ | ||
"salesforce", | ||
"sfdc", | ||
"plugin", | ||
"metadata", | ||
"xml", | ||
"json" | ||
] | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
39125
800
1