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

@invertase/private-notification-parser

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invertase/private-notification-parser - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

build/helper.min.js

6

package.json
{
"name": "@invertase/private-notification-parser",
"version": "0.0.4",
"version": "0.0.5",
"description": "private-notification-parser",

@@ -10,2 +10,3 @@ "engines": {

"build/index.min.js",
"build/helper.min.js",
"LICENSE",

@@ -31,3 +32,3 @@ "README.md"

"clean": "rimraf coverage build tmp",
"build": "tsc -p tsconfig.release.json && yarn run ugly",
"build": "tsc -p tsconfig.release.json && yarn run ugly && yarn run ugly-helper",
"build:watch": "tsc -w -p tsconfig.release.json",

@@ -38,2 +39,3 @@ "lint": "tslint -t stylish --project \"tsconfig.json\"",

"ugly": "uglifyjs --config-file=uglifyjs.json -- build/index.js > build/index.min.js",
"ugly-helper": "uglifyjs --config-file=uglifyjs-helper.json -- build/helper.js > build/helper.min.js",
"prepublishOnly": "yarn run build"

@@ -40,0 +42,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