New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@aurelia/kernel

Package Overview
Dependencies
Maintainers
1
Versions
1121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia/kernel - npm Package Compare versions

Comparing version 0.1.1-dev.20180913 to 0.1.1-dev.20180914

dist/di.d.ts

22

package.json
{
"name": "@aurelia/kernel",
"version": "0.1.1-dev.20180913",
"main": "dist/umd/index.js",
"types": "dist/types/index.d.ts",
"version": "0.1.1-dev.20180914",
"main": "dist/index.umd.js",
"module": "dist/index.es6.js",
"jsnext:main": "dist/index.es6.js",
"browser": "dist/index.umd.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"license": "MIT",

@@ -31,9 +35,4 @@ "homepage": "https://aurelia.io",

"test:debugger": "cross-env TS_NODE_PROJECT=\"../../scripts/tsconfig.json\" karma start ../../scripts/karma.conf.ts --package=kernel --browsers=ChromeDebugging",
"build": "npm run build:umd",
"build:es2015": "tsc -b tsconfig/es2015.json",
"build:esnext": "tsc -b tsconfig/esnext.json",
"build:system": "tsc -b tsconfig/system.json",
"build:umd": "tsc -b tsconfig/umd.json",
"build-all": "run-p build:*",
"dev": "tsc -b tsconfig/umd.json -w",
"build": "tsc -b",
"dev": "tsc -b -w",
"publish:local": "npm pack"

@@ -75,2 +74,3 @@ },

"tsconfig-paths": "^3.5.0",
"tslib": "^1.9.3",
"tslint": "^5.11.0",

@@ -83,3 +83,3 @@ "tslint-microsoft-contrib": "^5.1.0",

},
"gitHead": "b90741aec2d781ab54c15752135b75cb3a97e9f4"
"gitHead": "5be90727b8d81fbfe1b879c1bb860bf9b52a3118"
}
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