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

@awboost/cfntypes

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awboost/cfntypes - npm Package Compare versions

Comparing version 1.0.0-beta.41 to 1.0.0-beta.47

lib/definitions.d.ts

58

package.json
{
"name": "@awboost/cfntypes",
"version": "1.0.0-beta.41",
"version": "1.0.0-beta.47",
"private": false,

@@ -19,7 +19,23 @@ "publishConfig": {

"license": "MIT",
"main": "./lib/cjs/index.js",
"module": "./lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js"
"./definitions": {
"types": "./lib/definitions.d.ts",
"default": "./lib/definitions.js"
},
"./policies": {
"types": "./lib/policies.d.ts",
"default": "./lib/policies.js"
},
"./resources": {
"types": "./lib/resources.generated.d.ts",
"default": "./lib/resources.generated.js"
},
"./template": {
"types": "./lib/templattemplatee.d.ts",
"default": "./lib/definitions.js"
},
"./util": {
"types": "./lib/util.d.ts",
"default": "./lib/util.js"
}
},

@@ -33,33 +49,5 @@ "files": [

"scripts": {
"build": "npm run check && npm run clean && npm run lint && npm run generate && npm run compile",
"check": "tsc",
"clean": "rm -rf lib/ src/*.generated.ts",
"compile": "npm run index && npm run compile:esm && npm run compile:cjs",
"compile:cjs": "tsc -p tsconfig.cjs.json",
"compile:esm": "tsc -p tsconfig.lib.json",
"generate": "node --loader=ts-node/esm generate/index.ts src/types.generated.ts",
"index": "node makeIndex.js src/",
"lint": "eslint generate/ src/ --ext=ts",
"postversion": "git push --follow-tags",
"watch": "tsc -w"
"lint": "eslint src/ --ext=ts"
},
"devDependencies": {
"@awboost/cfnspec": "^0.3.6",
"@swc/core": "^1.3.35",
"@types/debug": "^4.1.5",
"@types/node": "^16.11.7",
"@types/semver": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"debug": "^4.1.1",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "2.6.2",
"semver": "^7.3.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"awsResourceSpecificationVersion": "139.0.0"
"awsResourceSpecificationVersion": "140.0.0"
}
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