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

a2-in-memory-web-api

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a2-in-memory-web-api - npm Package Compare versions

Comparing version 0.0.4 to 0.1.0

CHANGELOG.md

2

core.d.ts

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

export * from './in-memory-backend.service';
export * from './http-status-codes';
export * from './in-memory-backend.service';

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

System.register(['./http-status-codes', './in-memory-backend.service'], function(exports_1) {
System.register(['./in-memory-backend.service', './http-status-codes'], function(exports_1) {
function exportStar_1(m) {

@@ -11,7 +11,7 @@ var exports = {};

setters:[
function (in_memory_backend_service_1_1) {
exportStar_1(in_memory_backend_service_1_1);
},
function (http_status_codes_1_1) {
exportStar_1(http_status_codes_1_1);
},
function (in_memory_backend_service_1_1) {
exportStar_1(in_memory_backend_service_1_1);
}],

@@ -18,0 +18,0 @@ execute: function() {

{
"name": "a2-in-memory-web-api",
"version": "0.0.4",
"version": "0.1.0",
"description": "An in-memory web api for demos and tests",

@@ -5,0 +5,0 @@ "scripts": {

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

export * from './in-memory-backend.service';
export * from './http-status-codes';
export * from './in-memory-backend.service';
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