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

assets-expander

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assets-expander - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

10

History.md

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

[1.0.2 / 2014-02-27](https://github.com/GoalSmashers/assets-expander/compare/v1.0.1...v1.0.2)
==================
* Version bump due to a broken publishing of 1.0.1 at npm registry.
[1.0.1 / 2014-02-27](https://github.com/GoalSmashers/assets-expander/compare/v1.0.0...v1.0.1)
==================
* Fixes incorrectly declared js-yaml dependency
[1.0.0 / 2014-02-25](https://github.com/GoalSmashers/assets-expander/compare/v0.5.0...v1.0.0)

@@ -2,0 +12,0 @@ ==================

25

package.json
{
"name": "assets-expander",
"version": "1.0.0",
"version": "1.0.2",
"author": "Jakub Pawlowicz <jakub@goalsmashers.com> (http://twitter.com/GoalSmashers)",

@@ -33,26 +33,9 @@ "description": "A well-tested tool for expanding any files structure defined in YAML file into a flat list of files",

},
"dependencies": {
"js-yaml": "3.0.x"
},
"devDependencies": {
"js-yaml": "3.0.x",
"jshint": "2.4.x",
"vows": "0.7.x"
},
"jshintConfig": {
"browser": false,
"camelcase": true,
"curly": false,
"eqeqeq": false,
"eqnull": true,
"immed": true,
"indent": 2,
"latedef": true,
"multistr": false,
"noarg": true,
"node": true,
"plusplus": false,
"quotmark": "single",
"strict": false,
"trailing": true,
"undef": true,
"unused": true
},
"engines": {

@@ -59,0 +42,0 @@ "node": ">=0.8.0"

@@ -1,2 +0,5 @@

[![build status](https://secure.travis-ci.org/GoalSmashers/assets-expander.png)](http://travis-ci.org/GoalSmashers/assets-expander)
[![NPM version](https://badge.fury.io/js/assets-expander.png)](https://badge.fury.io/js/assets-expander)
[![Build Status](https://secure.travis-ci.org/GoalSmashers/assets-expander.png)](https://travis-ci.org/GoalSmashers/assets-expander)
[![Dependency Status](https://david-dm.org/GoalSmashers/assets-expander.png?theme=shields.io)](https://david-dm.org/GoalSmashers/assets-expander)
[![devDependency Status](https://david-dm.org/GoalSmashers/assets-expander/dev-status.png?theme=shields.io)](https://david-dm.org/GoalSmashers/assets-expander#info=devDependencies)
## What is assets-expander? ##

@@ -32,3 +35,3 @@

Then if you have the following directory structure:
javascripts

@@ -35,0 +38,0 @@ - vendor

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