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

ember-cli-parse

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-parse - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

blueprints/parse/index.js

@@ -12,4 +12,4 @@ var fs = require('fs');

afterInstall: function() {
return this.insertIntoFile('.gitignore', '.dist-parse');
return this.insertIntoFile('.gitignore', '/dist-parse');
}
}
### Master
* Initial version supporting `parse 1.3.4` and `ember-cli 0.1.3`.
### 0.0.2
* Adding dist-parse in .gitignores
### 0.0.1
* Initial version supporting `parse 1.3.4` and `ember-cli 0.1.3`.
{
"name": "ember-cli-parse",
"version": "0.0.1",
"version": "0.0.2",
"directories": {

@@ -5,0 +5,0 @@ "doc": "doc",

@@ -1,7 +0,5 @@

# Ember-cli-parse
# Ember-cli-parse [![Build Status](https://next.travis-ci.org/seriousben/ember-cli-parse.svg)](https://next.travis-ci.org/seriousben/ember-cli-parse)
[![Build Status](https://next.travis-ci.org/seriousben/ember-cli-parse.svg)](https://next.travis-ci.org/seriousben/ember-cli-parse)
Simple wrapper for the `parse` binary. Allows usage of parse deployment from an ember-cli app with ease.
At the moment this addon only targets static assets, but it could be improved in the future to support
At the moment this addon only targets static assets, but it could be improved in the future to support
server side deploys as well.

@@ -8,0 +6,0 @@

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