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

@microsoft/teams-manifest

Package Overview
Dependencies
Maintainers
4
Versions
991
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/teams-manifest - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2-alpha.8cd782b1e.0

LICENSE

108

package.json
{
"name": "@microsoft/teams-manifest",
"version": "0.0.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
"dependencies": {
"fs-extra": "^9.1.0",
"ajv": "^8.5.0",
"ajv-draft-04": "^1.0.0",
"axios": "^0.21.2"
},
"devDependencies": {
"rimraf": "^3.0.0",
"typescript": "^4.2.3",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@shared/eslint-config": "file:../eslint-config",
"@shared/prettier-config": "file:../prettier-config",
"@types/chai": "^4.2.21",
"@types/mocha": "^8.2.3",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"chai": "^4.3.4",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^10.5.4",
"mocha": "^9.0.2",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"ts-node": "^10.1.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"@types/chai-as-promised": "^7.1.3",
"chai-as-promised": "^7.1.1",
"sinon": "^9.2.2",
"@types/sinon": "^9.0.10"
},
"scripts": {
"build": "rimraf build && npx tsc -p ./",
"test": "npm run test:unit",
"test:unit": "npx nyc mocha --no-timeouts --require ts-node/register test/**/*.test.ts"
},
"files": [
"build/**/*"
],
"lint-staged": {
"*.{js,jsx,css,ts,tsx}": [
"npx eslint --cache --fix --quiet"
]
}
"name": "@microsoft/teams-manifest",
"version": "0.0.2-alpha.8cd782b1e.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
"dependencies": {
"ajv": "^8.5.0",
"ajv-draft-04": "^1.0.0",
"axios": "^0.21.2",
"fs-extra": "^9.1.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@shared/eslint-config": "file:../eslint-config",
"@shared/prettier-config": "file:../prettier-config",
"@types/chai": "^4.2.21",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.3",
"@types/node": "^16.0.0",
"@types/sinon": "^9.0.10",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eslint": "^7.22.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^10.5.4",
"mocha": "^9.0.2",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"rimraf": "^3.0.0",
"sinon": "^9.2.2",
"ts-node": "^10.1.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.2.3"
},
"scripts": {
"build": "rimraf build && npx tsc -p ./",
"test": "npm run test:unit",
"test:unit": "npx nyc mocha --no-timeouts --require ts-node/register test/**/*.test.ts"
},
"files": [
"build/**/*"
],
"publishConfig": {
"access": "public"
},
"lint-staged": {
"*.{js,jsx,css,ts,tsx}": [
"npx eslint --cache --fix --quiet"
]
},
"gitHead": "91c51b42b957a8452326ec9a3b90ac09d22d7d76"
}
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