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.1.2 to 1.1.3

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# v1.1.3 (Nov 27, 2018)
* Updated dependencies.
* Moved from babylon to @babel/parser
# v1.1.2 (Sep 17, 2018)

@@ -2,0 +7,0 @@

22

package.json
{
"name": "appcd-config",
"version": "1.1.2",
"version": "1.1.3",
"description": "Library for config files with metadata.",

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

"dependencies": {
"@babel/traverse": "^7.1.0",
"@babel/types": "^7.0.0",
"appcd-fs": "^1.1.3",
"appcd-logger": "^1.1.2",
"appcd-path": "^1.1.2",
"babylon": "next",
"doctrine": "^2.1.0",
"fs-extra": "^7.0.0",
"gawk": "^4.5.0",
"@babel/parser": "^7.1.6",
"@babel/traverse": "^7.1.6",
"@babel/types": "^7.1.6",
"appcd-fs": "^1.1.4",
"appcd-logger": "^1.1.3",
"appcd-path": "^1.1.3",
"doctrine": "^3.0.0",
"fs-extra": "^7.0.1",
"gawk": "^4.6.0",
"source-map-support": "^0.5.9"
},
"devDependencies": {
"appcd-gulp": "^1.2.0",
"appcd-gulp": "^1.2.1",
"gulp": "^3.9.1",

@@ -34,0 +34,0 @@ "tmp": "^0.0.33"

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