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

@janiscommerce/api-get

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@janiscommerce/api-get - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0

7

CHANGELOG.md

@@ -8,2 +8,9 @@ # Changelog

## [4.0.0] - 2020-08-27
### Added
- GitHub Actions for build, coverage and publish
### Changed
- Updated `@janiscommerce/api` to `6.x.x`
## [3.1.0] - 2020-07-30

@@ -10,0 +17,0 @@ ## Added

19

package.json
{
"name": "@janiscommerce/api-get",
"version": "3.1.0",
"version": "4.0.0",
"description": "A package to handle Janis Get APIs",

@@ -8,4 +8,4 @@ "main": "lib/index.js",

"test": "export TEST_ENV=true; mocha --exit -R nyan --recursive tests/",
"test-ci": "nyc --reporter=html --reporter=text mocha --recursive tests/",
"watch-test": "export TEST_ENV=true; mocha --exit -R nyan -w --recursive tests/",
"test-ci": "nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive tests/",
"coverage": "nyc npm test",

@@ -22,10 +22,10 @@ "lint": "eslint lib/ tests/"

"devDependencies": {
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.17.3",
"eslint": "^7.2.0",
"husky": "^2.7.0",
"mocha": "^8.0.1",
"eslint-plugin-import": "^2.20.2",
"husky": "^4.2.5",
"mocha": "^8.1.2",
"mock-require": "^3.0.3",
"nyc": "^15.1.0",
"sinon": "^9.0.2"
"sinon": "^9.0.3"
},

@@ -38,8 +38,5 @@ "files": [

},
"peerDependencies": {
"@janiscommerce/model": "^4.1.0"
},
"dependencies": {
"@janiscommerce/api": "^5.0.0"
"@janiscommerce/api": "^6.0.0"
}
}
# API Get
[![Build Status](https://travis-ci.org/janis-commerce/api-get.svg?branch=master)](https://travis-ci.org/janis-commerce/api-get)
![Build Status](https://github.com/janis-commerce/api-get/workflows/Build%20Status/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/janis-commerce/api-get/badge.svg?branch=master)](https://coveralls.io/github/janis-commerce/api-get?branch=master)
[![npm version](https://badge.fury.io/js/%40janiscommerce%2Fapi-get.svg)](https://www.npmjs.com/package/@janiscommerce/api-get)

@@ -13,9 +14,2 @@ A package to handle JANIS Get APIs

## ⚠️ **Breaking changes from version *3.0.0*** ⚠️
*Since 3.0.0*
API upgraded to v5. API Session store validations replaced with loactions
For more information see [API](https://www.npmjs.com/package/@janiscommerce/api) and [API Session](https://www.npmjs.com/package/@janiscommerce/api-session)
## Usage

@@ -22,0 +16,0 @@ ```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