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.3-1 to 1.0.3-5

11

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

@@ -21,8 +21,7 @@ "keywords": [

"scripts": {
"prepare": "rm -rf ./dist && export NODE_ENV=production && webpack && yarn run symlinks:clean && yarn run hardlinks:create",
"symlinks:clean": "rm -rf api app db push util",
"hardlinks:create": "cp -r ./src/api api && cp -r ./src/app app && cp -r ./src/db db && cp -r ./src/push push && cp -r ./src/util util",
"prepack": "rm -rf ./dist && export NODE_ENV=production && webpack",
"install": "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",
"symlinks:clean": "rm -f api app db push util",
"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",
"postversion": "git push origin $(git rev-parse --abbrev-ref HEAD) --tags",
"postpublish": "yarn run symlinks:clean && yarn run symlinks:create"
"postversion": "git push origin $(git rev-parse --abbrev-ref HEAD) --tags"
},

@@ -29,0 +28,0 @@ "main": "./src/index.js",

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