New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

broccoli-sweetjs

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-sweetjs - npm Package Compare versions

Comparing version

to
1.1.0

2

index.js

@@ -12,2 +12,4 @@ 'use strict';

Filter.call(this, inputTree);
this.sweetjs = requireUncached('sweet.js');

@@ -14,0 +16,0 @@ this.inputTree = inputTree;

6

package.json
{
"name": "broccoli-sweetjs",
"version": "1.0.2",
"version": "1.1.0",
"description": "Transpile Sweet.js macros",

@@ -31,4 +31,4 @@ "license": "MIT",

"dependencies": {
"broccoli-filter": "^0.1.6",
"object-assign": "^2.0.0",
"broccoli-filter": "^1.2.2",
"object-assign": "^4.0.1",
"require-uncached": "^1.0.2",

@@ -35,0 +35,0 @@ "sweet.js": "^0.7.1"

@@ -10,5 +10,5 @@ # [broccoli](https://github.com/joliss/broccoli)-sweetjs [![Build Status](https://travis-ci.org/sindresorhus/broccoli-sweetjs.svg?branch=master)](https://travis-ci.org/sindresorhus/broccoli-sweetjs)

```sh
$ npm install --save broccoli-sweetjs
```
$ npm install --save-dev broccoli-sweetjs
```

@@ -26,3 +26,3 @@

### sweetjs(tree, options)
### sweetjs(tree, [options])

@@ -55,4 +55,5 @@ #### options

## License
MIT © [Sindre Sorhus](http://sindresorhus.com)