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

@patwoz/semantic-release-test

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patwoz/semantic-release-test - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

dist/index.d.ts

7

package.json
{
"name": "@patwoz/semantic-release-test",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {

@@ -12,3 +12,4 @@ "lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",

"build": "tsc",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"prepublish": "npm run build"
},

@@ -23,2 +24,4 @@ "author": "Patrick Wozniak <email@patwoz.de> (https://patwoz.de)",

"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {

@@ -25,0 +28,0 @@ "@typescript-eslint/eslint-plugin": "2.12.0",

@@ -14,4 +14,6 @@ {

"removeComments": true,
"outDir": "dist"
}
"outDir": "dist",
"declaration": true
},
"include": ["src/"]
}
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