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
141
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 0.54.0 to 1.0.0-beta.2

lib/index-cjs.js

28

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

@@ -19,3 +19,3 @@ "publishConfig": {

"license": "MIT",
"main": "./lib/cjs/index.js",
"main": "./lib/index-cjs.js",
"module": "./lib/index.js",

@@ -30,12 +30,8 @@ "types": "lib/index.d.ts",

"lib/**/*.map",
"!lib/**/*.test.*",
"src/**/*.ts",
"!src/**/*.test.ts"
"!lib/**/*.test.*"
],
"scripts": {
"build": "npm run clean && npm run lint && npm run generate && npm run compile && npm run compile:cjs",
"build": "npm run check && npm run clean && npm run lint && npm run generate",
"check": "tsc",
"clean": "rm -rf lib/",
"compile:cjs": "tsc -p tsconfig.lib.cjs.json",
"compile": "tsc -p tsconfig.lib.json",
"generate": "node --loader=ts-node/esm generate/index.ts",

@@ -47,9 +43,9 @@ "lint": "eslint generate/ --ext=ts,tsx",

"devDependencies": {
"@awboost/cfnspec": "^0.3.3",
"@swc/core": "^1.2.123",
"@awboost/cfnspec": "^0.3.6",
"@swc/core": "^1.3.35",
"@types/debug": "^4.1.5",
"@types/node": "^13.9.2",
"@types/node": "^16.11.7",
"@types/semver": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^5.24.0",
"@typescript-eslint/parser": "^5.24.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"debug": "^4.1.1",

@@ -62,6 +58,6 @@ "eslint": "^8.15.0",

"semver": "^7.3.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"awsResourceSpecificationVersion": "99.0.0"
"awsResourceSpecificationVersion": "114.0.0"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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