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

@ticketmaster/allure-create-app

Package Overview
Dependencies
Maintainers
34
Versions
485
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ticketmaster/allure-create-app - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

dist/default/.browserslistrc

22

dist/default/tsconfig.json
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,

@@ -19,12 +15,10 @@ "skipLibCheck": true,

"isolatedModules": true,
"jsx": "preserve"
"jsx": "preserve",
"baseUrl": "./",
"paths": {
"@src/*": ["src/*"]
}
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"node_modules"
]
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}
{
"name": "@ticketmaster/allure-create-app",
"version": "0.1.5",
"version": "0.1.6",
"keywords": [

@@ -28,6 +28,6 @@ "react",

"prebuild": "rimraf ./dist/",
"build": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register",
"build": "ncc build ./src/index.ts -o ./dist/ --minify --no-cache --no-source-map-register && node scripts/copy-all-files",
"prepublish": "yarn build"
},
"dependencies": {
"devDependencies": {
"@types/cross-spawn": "^6.0.2",

@@ -42,3 +42,3 @@ "@types/node": "^12.6.8",

"commander": "2.20.0",
"cpy": "7.3.0",
"cpy": "8.1.1",
"cross-spawn": "6.0.5",

@@ -54,3 +54,3 @@ "prompts": "2.1.0",

},
"gitHead": "4cc4d899252f63bd4149d734db272e9a848054ab"
"gitHead": "6bf36f46d079617a7705293964e017418b53ba42"
}

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