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

sf-metadata

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sf-metadata - npm Package Compare versions

Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2

1

lib/processor.js

@@ -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) {

75

package.json
{
"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"
]
}
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