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

appcd-config

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appcd-config - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

47

CHANGELOG.md

@@ -0,55 +1,40 @@

# v1.3.0 (Jun 4, 2019)
* refactor: Complete refactor to support config namespaces.
[(DAEMON-274)](https://jira.appcelerator.org/browse/DAEMON-274)
* chore: Updated dependencies.
# v1.2.1 (Mar 29, 2019)
* Updated dependencies.
* chore: Updated dependencies.
# v1.2.0 (Jan 24, 2019)
* Upgraded to appcd-logger@2.0.0.
* chore: Upgraded to appcd-logger@2.0.0.
# v1.1.4 (Jan 16, 2019)
* Updated dependencies.
* chore: Updated dependencies.
# v1.1.3 (Nov 27, 2018)
* Updated dependencies.
* Moved from babylon to @babel/parser
* chore: Updated dependencies.
* refactor: Moved from babylon to @babel/parser
# v1.1.2 (Sep 17, 2018)
* Updated dependencies.
* chore: Updated dependencies.
# v1.1.1 (May 24, 2018)
* Updated dependencies:
- appcd-fs 1.1.1 -> 1.1.2
- appcd-gulp 1.1.1 -> 1.1.5
- appcd-logger 1.1.0 -> 1.1.1
- appcd-path 1.1.0 -> 1.1.1
- fs-extra 5.0.0 -> 6.0.1
- source-map-support 0.5.4 -> 0.5.6
* chore: Updated dependencies.
# v1.1.0 (Apr 9, 2018)
* Improved readme.
* Updated dependencies:
- appcd-fs 1.0.1 -> 1.1.1
- appcd-gulp 1.0.1 -> 1.1.1
- appcd-logger 1.0.1 -> 1.1.0
- appcd-path 1.0.1 -> 1.1.0
- babel-traverse 6.26.0 -> @babel/traverse latest
- babel-types 6.26.0 -> @babel/types latest
- babylon 6.18.0 -> next
- doctrine 2.0.2 -> 2.1.0
- gawk 4.4.4 -> 4.4.5
- source-map-support 0.5.0 -> 0.5.4
* chore: Improved readme.
* chore: Updated dependencies.
# v1.0.1 (Dec 15, 2017)
* Updated dependencies:
- appcd-fs 1.0.0 -> 1.0.1
- appcd-gulp 1.0.0 -> 1.0.1
- appcd-logger 1.0.0 -> 1.0.1
- appcd-path 1.0.0 -> 1.0.1
- fs-extra 4.0.2 -> 5.0.0
* chore: Updated dependencies.

@@ -56,0 +41,0 @@ # v1.0.0 (Dec 5, 2017)

{
"name": "appcd-config",
"version": "1.2.1",
"version": "1.3.0",
"description": "Library for config files with metadata.",

@@ -19,15 +19,15 @@ "main": "./dist/index",

"dependencies": {
"@babel/parser": "^7.4.2",
"@babel/traverse": "^7.4.0",
"@babel/types": "^7.4.0",
"appcd-fs": "^1.1.6",
"appcd-logger": "^2.0.1",
"appcd-path": "^1.1.5",
"@babel/parser": "^7.4.5",
"@babel/traverse": "^7.4.5",
"@babel/types": "^7.4.4",
"appcd-fs": "^1.1.7",
"appcd-logger": "^2.0.2",
"appcd-path": "^1.1.6",
"doctrine": "^3.0.0",
"fs-extra": "^7.0.1",
"gawk": "^4.6.2",
"source-map-support": "^0.5.11"
"fs-extra": "^8.0.1",
"gawk": "^4.6.3",
"source-map-support": "^0.5.12"
},
"devDependencies": {
"appcd-gulp": "^2.1.0",
"appcd-gulp": "^2.1.1",
"tmp": "^0.1.0"

@@ -34,0 +34,0 @@ },

Sorry, the diff of this file is too big to display

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