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

@arroyodev-llc/projen.project.nx-monorepo

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arroyodev-llc/projen.project.nx-monorepo - npm Package Compare versions

Comparing version 0.1.22 to 0.1.23

dist/index.cjs.map

4

dist/index.d.ts

@@ -908,2 +908,3 @@ import { PnpmWorkspace } from '@arroyodev-llc/projen.component.pnpm-workspace';

* This is the name of your project.
* @default $BASEDIR
* @stability experimental

@@ -954,3 +955,4 @@ * @featured true

ESM = "esm",
BUNDLER = "bundler"
BUNDLER = "bundler",
COMPOSITE = "composite"
}

@@ -957,0 +959,0 @@ interface ApplyRecursiveOptions {

@@ -10,3 +10,3 @@ {

"devDependencies": {
"@aws-prototyping-sdk/nx-monorepo": "^0.19.45",
"@aws-prototyping-sdk/nx-monorepo": "^0.19.62",
"@types/node": "^16",

@@ -16,6 +16,6 @@ "@typescript-eslint/eslint-plugin": "^5",

"eslint": "^8",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^4.2.1",

@@ -25,3 +25,3 @@ "lint-staged": "^13.2.3",

"prettier": "^2.8.8",
"projen": "^0.71.142",
"projen": "^0.72.10",
"standard-version": "^9",

@@ -32,13 +32,13 @@ "typescript": "~5.1",

"peerDependencies": {
"@aws-prototyping-sdk/nx-monorepo": "^0.19.45",
"projen": "^0.71.142"
"@aws-prototyping-sdk/nx-monorepo": "^0.19.62",
"projen": "^0.72.10"
},
"dependencies": {
"@mrgrain/jsii-struct-builder": "^0.4.3",
"@arroyodev-llc/projen.component.linting": "0.1.17",
"@arroyodev-llc/projen.component.pnpm-workspace": "0.1.18",
"@arroyodev-llc/projen.component.tsconfig-container": "0.1.12",
"@arroyodev-llc/utils.projen": "0.1.17"
"@mrgrain/jsii-struct-builder": "^0.5.4",
"@arroyodev-llc/projen.component.linting": "0.1.18",
"@arroyodev-llc/projen.component.pnpm-workspace": "0.1.19",
"@arroyodev-llc/projen.component.tsconfig-container": "0.1.13",
"@arroyodev-llc/utils.projen": "0.1.18"
},
"main": "./dist/index.cjs",
"main": "dist/index.mjs",
"license": "Apache-2.0",

@@ -48,11 +48,9 @@ "publishConfig": {

},
"version": "0.1.22",
"version": "0.1.23",
"types": "./dist/index.d.ts",
"type": "module",
"sideEffects": false,
"module": "./dist/index.mjs",
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs"

@@ -59,0 +57,0 @@ },

Sorry, the diff of this file is not supported yet

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