Socket
Socket
Sign inDemoInstall

zone.js

Package Overview
Dependencies
Maintainers
2
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zone.js - npm Package Compare versions

Comparing version 0.6.19 to 0.6.20

4

dist/fake-async-test.js

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

(function () {
(function (global) {
var Scheduler = (function () {

@@ -238,2 +238,2 @@ function Scheduler() {

Zone['FakeAsyncTestZoneSpec'] = FakeAsyncTestZoneSpec;
})();
})(typeof window !== 'undefined' ? window : global);

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

(function() {
(function(global: any) {
interface ScheduledFunction {

@@ -261,2 +261,2 @@ endTime: number;

Zone['FakeAsyncTestZoneSpec'] = FakeAsyncTestZoneSpec;
})();
})(typeof window !== 'undefined' ? window : global);
{
"name": "zone.js",
"version": "0.6.19",
"version": "0.6.20",
"description": "Zones for JavaScript",

@@ -5,0 +5,0 @@ "main": "dist/zone-node.js",

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