Socket
Socket
Sign inDemoInstall

@alterior/core

Package Overview
Dependencies
93
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

1

lib/bootstrap.js

@@ -261,2 +261,3 @@ "use strict";

.send(JSON.stringify(result));
return;
}

@@ -263,0 +264,0 @@ if (result.then) {

3

lib/bootstrap.ts

@@ -329,3 +329,4 @@ import 'reflect-metadata';

.send(JSON.stringify(result))
;
;
return;
}

@@ -332,0 +333,0 @@

{
"name": "@alterior/core",
"version": "1.0.1",
"version": "1.0.2",
"private": false,

@@ -5,0 +5,0 @@ "description": "An Express-based Typescript MVC framework using decorators and Angular 2 dependency injection.",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc