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

apiep

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apiep - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

8

lib/index.js

@@ -17,2 +17,8 @@ 'use strict';

});
});
});
var _endpoint2 = _interopRequireDefault(_endpoint);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _endpoint2.default;

2

package.json
{
"name": "apiep",
"version": "0.0.2",
"version": "0.0.3",
"description": "Abstraction layer for simplification of Express API endpoints",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -1,2 +0,2 @@

# endpoint-al
# API Endpoint
Abstraction layer for simplification of Express API endpoints

@@ -1,4 +0,3 @@

// import endpoint from './endpoint';
// export default endpoint;
import endpoint from './endpoint';
export default endpoint;
export * from './endpoint';
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