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

@harvest-profit/api

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harvest-profit/api - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

11

package.json
{
"name": "@harvest-profit/api",
"version": "0.0.3",
"version": "0.0.4",
"description": "Adds authentication to api requests and manages cookie.",
"main": "dist/index.js",
"private": false,
"files": [

@@ -12,6 +13,5 @@ "LICENSE.md",

"dependencies": {
"@harvest-profit/api-core": "0.0.4",
"axios": "^0.18.0",
"js-cookie": "^2.2.0",
"raven-js": "^3.26.4",
"react-router-redux": "^4.0.8"
"js-cookie": "^2.2.0"
},

@@ -29,6 +29,7 @@ "devDependencies": {

"scripts": {
"build": "babel src -d dist --source-maps",
"build": "rm -rf ./dist/* && babel src -d dist --source-maps",
"test": "jest --coverage",
"build-docs": "jsdoc src/* --configure jsdoc.conf.json --destination docs --readme README.md",
"pre-publish": "yarn run build",
"authenticate": "git config --global user.email $GH_EMAIL && git config --global user.name $GH_NAME",
"publish-docs": "yarn run build-docs && gh-pages -d docs -m '[ci skip] update pages'"

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