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

apicco-lib

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apicco-lib - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

17

build.test.js
// /* eslint-env jest */
// const app = require('../app');
// const supertest = require('supertest');
// const request = supertest(app.callback());
// describe('router', () => {
// test('returns 406 if accept is not json', async () => {
// const response = await request
// .post('/rbac/v1/users.create')
// .set('Accept', 'application/xml')
// .set('Authorization', 'Bearer deadbeef');
// expect(response.status).toEqual(406);
// });
// });
describe('apicco-lib', () => {
test('TODO');
});

4

package.json
{
"name": "apicco-lib",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -11,3 +11,3 @@ "main": "index.js",

},
"author": "Sokratis Vidros <sokratis.vidros@gmail.com.com>",
"author": "Sokratis Vidros <sokratis.vidros@gmail.com>",
"contributors": [

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