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

@swarmion/nx-plugin

Package Overview
Dependencies
Maintainers
2
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swarmion/nx-plugin - npm Package Compare versions

Comparing version 0.7.0-alpha.0 to 0.7.0

dist/types/tsconfig.tsbuildinfo

34

package.json
{
"name": "@swarmion/nx-plugin",
"description": "Generate and use type-safe contracts between your Serverless services.",
"version": "0.7.0-alpha.0",
"version": "0.7.0",
"contributors": [

@@ -41,3 +41,4 @@ "MaximeVivier",

"package-types": "ttsc -p tsconfig.build.json",
"test": "yarn test-linter && yarn test-type",
"test": "yarn test-linter && yarn test-type && yarn test-circular",
"test-circular": "yarn depcruise --validate .dependency-cruiser.js .",
"test-linter": "yarn linter-base-config .",

@@ -50,23 +51,24 @@ "test-type": "tsc --noEmit --emitDeclarationOnly false",

"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.0",
"@babel/plugin-transform-runtime": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/core": "^7.18.2",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@nrwl/devkit": "^14.1.7",
"@nrwl/js": "^14.1.7",
"@nrwl/linter": "^14.1.7",
"@swarmion/configuration": "^0.7.0-alpha.0",
"@types/node": "^17.0.35",
"@nrwl/devkit": "^14.2.4",
"@nrwl/js": "^14.2.4",
"@nrwl/linter": "^14.2.4",
"@swarmion/configuration": "^0.7.0",
"@types/node": "^17.0.41",
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-plugin-module-resolver": "^4.1.0",
"concurrently": "^7.2.0",
"eslint": "^8.16.0",
"concurrently": "^7.2.1",
"dependency-cruiser": "^11.9.0",
"eslint": "^8.17.0",
"jest": "^27.5.1",
"nx": "^14.1.7",
"nx": "^14.2.4",
"prettier": "^2.6.2",
"ts-node": "^10.8.0",
"ts-node": "^10.8.1",
"ttypescript": "^1.5.13",
"typescript": "^4.6.4"
"typescript": "^4.7.3"
},
"gitHead": "8a09416fc17fa60192825275b2ad15e6bc3bafd3"
"gitHead": "19ded3ac10f7f877068b994ff1e8a7a4dd564542"
}

Sorry, the diff of this file is not supported yet

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