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

aurelia-testing

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-testing - npm Package Compare versions

Comparing version 1.0.0-beta.1.0.2 to 1.0.0-beta.1.0.3

2

bower.json
{
"name": "aurelia-testing",
"version": "1.0.0-beta.1.0.2",
"version": "1.0.0-beta.1.0.3",
"description": "A collection of helpers for testing Aurelia apps and components.",

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

System.config({
defaultJSExtensions: true,
transpiler: "babel",
babelOptions: {
"optional": [
"runtime",
"optimisation.modules.system"
]
},
paths: {

@@ -11,0 +4,0 @@ "github:*": "jspm_packages/github/*",

@@ -71,3 +71,3 @@ ---

.withResources('src/my-component')
.inView('<my-component name.bind="name"></my-component>')
.inView('<my-component first-name.bind="firstName"></my-component>')
.boundTo({ firstName: 'Bob' });

@@ -74,0 +74,0 @@ });

{
"name": "aurelia-testing",
"version": "1.0.0-beta.1.0.2",
"version": "1.0.0-beta.1.0.3",
"description": "A collection of helpers for testing Aurelia apps and components.",

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

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