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

@k88/format-webpack-messages

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

@k88/format-webpack-messages - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

5

build/index.d.ts

@@ -5,6 +5,3 @@ export interface WebpackMessages {

}
declare const _default: (messages: WebpackMessages) => {
errors: string[];
warnings: string[];
};
declare const _default: (messages: WebpackMessages) => WebpackMessages;
export default _default;

17

package.json
{
"name": "@k88/format-webpack-messages",
"version": "1.0.1",
"version": "1.1.0",
"description": "Formats Webpack error messages",

@@ -21,2 +21,4 @@ "keywords": [

"author": "Kousha Talebian <k@ousha.me>",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [

@@ -26,4 +28,2 @@ "build",

],
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {

@@ -34,2 +34,3 @@ "prebuild": "rm -rf build",

"lint:fix": "npm run lint -- --fix",
"prepare": "husky install",
"prepublish:public": "npm run build",

@@ -44,12 +45,12 @@ "publish:public": "npm publish --access public"

"dependencies": {
"chalk": "^4.1.0"
"chalk": "^4.1.2"
},
"devDependencies": {
"eslint": "^7.5.0",
"eslint-config-twilio-ts": "^1.28.0",
"husky": "^4.2.5",
"eslint": "^7.32.0",
"eslint-config-twilio-ts": "^1.35.1",
"husky": "^7.0.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
"typescript": "^4.3.5"
},
"reveal": true
}

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