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

journeyapps

Package Overview
Dependencies
Maintainers
2
Versions
586
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

journeyapps - npm Package Compare versions

Comparing version 1.0.2-0 to 1.0.3-0

10

package.json
{
"name": "journeyapps",
"version": "1.0.2-0",
"version": "1.0.3-0",
"description": "Journey JS library",

@@ -22,3 +22,2 @@ "keywords": [

"prepare": "rm -rf ./dist && export NODE_ENV=production && webpack && yarn run symlinks:clean && yarn run symlinks:create",
"postpublish": "yarn run symlinks:clean",
"symlinks:clean": "rm -f api app db push util",

@@ -39,2 +38,9 @@ "symlinks:create": "ln -s ./src/api api && ln -s ./src/app app && ln -s ./src/db db && ln -s ./src/push push && ln -s ./src/util util",

},
"files": [
"./api",
"./app",
"./db",
"./push",
"./util"
],
"devDependencies": {

@@ -41,0 +47,0 @@ "app-module-path": "^2.2.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