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

aurelia-push

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-push - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

0

dist/index.d.ts
export { NotificationManager } from "./notification-manager";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare abstract class NotificationManager {

@@ -0,0 +0,0 @@ "use strict";

2

gulpfile.babel.js

@@ -18,3 +18,3 @@ import gulp from "gulp";

gulp.task("build", [ "clean" ], done => gulp.src(typescriptSources).pipe(tsc()).pipe(gulp.dest(typescriptOutput)));
gulp.task("test", done => gulp.src(testSuites).pipe(jasmine()));
gulp.task("test", [ "build" ], done => gulp.src(testSuites).pipe(jasmine()));
gulp.task("default", () => run("build", "test"));
{
"name": "aurelia-push",
"version": "0.2.0",
"version": "0.2.1",
"description": "A Push API implementation for Aurelia based projects.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,2 +5,3 @@ {

"outDir": "dist",
"target": "es5",
"lib": ["es2015", "dom"],

@@ -7,0 +8,0 @@ "noImplicitAny": false,

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc