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

accord

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accord - npm Package Compare versions

Comparing version 0.17.0 to 0.18.0

8

lib/adapter_base.js

@@ -140,5 +140,5 @@ // Generated by CoffeeScript 1.9.1

encoding: 'utf8'
}).then(_.partialRight(this.render, _.extend(opts, {
}).then(_.partialRight(this.render, _.extend({
filename: file
})).bind(this));
}, opts)).bind(this));
};

@@ -178,5 +178,5 @@

encoding: 'utf8'
}).then(_.partialRight(this.compile, _.extend(opts, {
}).then(_.partialRight(this.compile, _.extend({
filename: file
})).bind(this));
}, opts)).bind(this));
};

@@ -183,0 +183,0 @@

@@ -29,2 +29,4 @@ // Generated by CoffeeScript 1.9.1

return map;
})["catch"](function() {
return map;
});

@@ -31,0 +33,0 @@ };

{
"name": "accord",
"version": "0.17.0",
"version": "0.18.0",
"author": "Jeff Escalante <hello@jenius.me>",

@@ -5,0 +5,0 @@ "description": "A unified interface for compiled languages and templates in JavaScript",

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