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

transformers

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transformers - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

4

history.md

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

## 1.8.2 - 2013-02-10
- Support `sourceURLs` in **component**
## 1.8.1 - 2013-02-10

@@ -2,0 +6,0 @@

@@ -472,2 +472,5 @@ var dirname = require('path').dirname;

}
if (options.sourceURLs === true || (options.sourceURLs !== false && options.development)) {
builder.addSourceURLs();
}
var path = require('path');

@@ -499,2 +502,5 @@ builder.paths = (options.paths || ['components']).map(function (p) {

}
if (options.sourceURLs === true || (options.sourceURLs !== false && options.development)) {
builder.addSourceURLs();
}
var path = require('path');

@@ -501,0 +507,0 @@ builder.paths = (options.paths || ['components']).map(function (p) {

2

package.json
{
"name": "transformers",
"version": "1.8.1",
"version": "1.8.2",
"description": "String/Data transformations for use in templating libraries, static site generators and web frameworks",

@@ -5,0 +5,0 @@ "main": "lib/transformers.js",

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