Socket
Socket
Sign inDemoInstall

aurelia-path

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-path - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

10

doc/CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="1.1.3"></a>
## [1.1.3](https://github.com/aurelia/path/compare/1.1.2...1.1.3) (2019-02-04)
### Bug Fixes
* **all:** change es2015 back to native-modules ([3a13e2f](https://github.com/aurelia/path/commit/3a13e2f))
<a name="1.1.2"></a>

@@ -2,0 +12,0 @@ ## [1.1.2](https://github.com/aurelia/path/compare/1.1.1...1.1.2) (2019-01-18)

19

package.json
{
"name": "aurelia-path",
"version": "1.1.2",
"version": "1.1.3",
"description": "Utilities for path manipulation.",

@@ -16,3 +16,3 @@ "keywords": [

"main": "dist/commonjs/aurelia-path.js",
"module": "dist/es2015/aurelia-path.js",
"module": "dist/native-modules/aurelia-path.js",
"typings": "dist/aurelia-path.d.ts",

@@ -23,5 +23,17 @@ "repository": {

},
"scripts": {
"test": "karma start --single-run",
"build": "gulp build",
"cut-release": "gulp prepare-release"
},
"files": [
"dist",
"doc",
"src",
"typings.json",
"README.md",
"LICENSE"
],
"jspm": {
"registry": "npm",
"jspmPackage": true,
"main": "aurelia-path",

@@ -68,2 +80,3 @@ "format": "amd",

"jasmine-core": "^2.4.1",
"jspm": "^0.16.53",
"karma": "^1.1.2",

@@ -70,0 +83,0 @@ "karma-babel-preprocessor": "^6.0.1",

.editorconfig
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc