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.2 to 0.0.3

build/index.min.js

8

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

@@ -9,7 +9,7 @@ "engines": {

"files": [
"build/index.js",
"build/index.min.js",
"LICENSE",
"README.md"
],
"main": "build/index.js",
"main": "build/index.min.js",
"devDependencies": {

@@ -36,3 +36,3 @@ "@types/jest": "^24.0.18",

"test:watch": "jest --watch",
"ugly": "uglifyjs --compress --mangle toplevel --mangle-props keep_quoted --output build/index.js -- build/index.js",
"ugly": "uglifyjs --config-file=uglifyjs.json -- build/index.js > build/index.min.js",
"prepublishOnly": "yarn run build"

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