Socket
Socket
Sign inDemoInstall

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 0.4.0 to 0.4.1

5

History.md

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

0.4.1 / 2012-08-07
==================
* Fixed Yaml comments parsing on Windows.
0.4.0 / 2012-08-06

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

2

package.json

@@ -11,3 +11,3 @@ {

},
"version": "0.4.0",
"version": "0.4.1",
"main": "index.js",

@@ -14,0 +14,0 @@ "devDependencies": {

@@ -39,3 +39,3 @@

var tokens = [
['comment', /^#[^\n]*/],
['comment', isWindows ? /^#[^\r\n]*/ : /^#[^\n]*/],
['indent', isWindows ? /^\r\n( *)/ : /^\n( *)/],

@@ -42,0 +42,0 @@ ['space', /^ +/],

Sorry, the diff of this file is not supported yet

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