Socket
Socket
Sign inDemoInstall

@aurelia/platform-browser

Package Overview
Dependencies
Maintainers
1
Versions
542
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia/platform-browser - npm Package Compare versions

Comparing version 0.9.0-dev.202012081749 to 0.9.0-dev.202012231727

dist/cjs/index.js

18

package.json
{
"name": "@aurelia/platform-browser",
"version": "0.9.0-dev.202012081749",
"main": "dist/umd/index.js",
"module": "dist/esnext/index.js",
"version": "0.9.0-dev.202012231727",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",

@@ -30,4 +30,7 @@ "typings": "dist/index.d.ts",

"lint": "eslint --cache --ext .js,.ts src/",
"lint:ci": "eslint --cache --ext .js,.ts --quiet --report-unused-disable-directives src/",
"build": "tsc -b",
"dev": "tsc -b -w --preserveWatchOutput"
"dev": "tsc -b -w --preserveWatchOutput",
"publish:dev": "npm publish --tag dev",
"publish:latest": "npm publish --tag latest"
},

@@ -38,8 +41,7 @@ "publishConfig": {

"dependencies": {
"@aurelia/platform": "^0.9.0-dev.202012081749"
"@aurelia/platform": "0.9.0-dev.202012231727"
},
"devDependencies": {
"typescript": "^4.0.3"
},
"gitHead": "4d302b3acd26d1e014b00c31a9358f58b5dcac98"
}
}
}
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
[![CircleCI](https://circleci.com/gh/aurelia/aurelia.svg?style=shield)](https://circleci.com/gh/aurelia/aurelia)
[![Test Coverage](https://api.codeclimate.com/v1/badges/5ac0e13689735698073a/test_coverage)](https://codeclimate.com/github/aurelia/aurelia/test_coverage)
[![npm](https://img.shields.io/npm/v/@aurelia/platform-browser.svg?maxAge=3600)](https://www.npmjs.com/package/@aurelia/platform-browser)

@@ -7,0 +5,0 @@ # @aurelia/platform-browser

@@ -44,3 +44,2 @@ import { Platform, TaskQueue } from '@aurelia/platform';

/* eslint-disable @typescript-eslint/no-unnecessary-type-assertion */
this.Node = 'Node' in overrides ? overrides.Node! : g.Node;

@@ -47,0 +46,0 @@ this.Element = 'Element' in overrides ? overrides.Element! : g.Element;

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