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

broccoli-ractive

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-ractive - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

9

index.js

@@ -144,7 +144,8 @@ var Promise = require( 'es6-promise' ).Promise,

( definition.css ?
' css:' + JSON.stringify( new CleanCSS().minify( definition.css ) ) + ',\n' : '' ) +
' css:' + JSON.stringify( new CleanCSS().minify( definition.css ) ) + ',\n' : '' ) +
( definition.imports.length ?
' components:{' + definition.imports.map( getImportKeyValuePair ).join( ',\n' ) + '}\n' : '' ) +
' },\n' +
' component={};';
' components:{' + definition.imports.map( getImportKeyValuePair ).join( ',\n' ) + '}\n' : '' ) +
'},\n' +
'component={},\n' +
'__prop__;';

@@ -151,0 +152,0 @@ if ( definition.script ) {

{
"name": "broccoli-ractive",
"version": "0.1.1",
"version": "0.1.2",
"author": "Rich-Harris",

@@ -5,0 +5,0 @@ "main": "index.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