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

@coorpacademy/treantjs-adapter-dust

Package Overview
Dependencies
Maintainers
15
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coorpacademy/treantjs-adapter-dust - npm Package Compare versions

Comparing version 3.0.3 to 3.1.0-alpha.6bca4d4a

1

es/index.js

@@ -17,3 +17,2 @@ import map from 'lodash/fp/map';

var Component = factory(treant, { skin: skin });
return function (dust, options) {

@@ -20,0 +19,0 @@ dust.helpers[componentName] = function (chunk, context, bodies, props) {

@@ -37,3 +37,2 @@ 'use strict';

var Component = factory(treant, { skin: skin });
return function (dust, options) {

@@ -40,0 +39,0 @@ dust.helpers[componentName] = function (chunk, context, bodies, props) {

6

package.json
{
"name": "@coorpacademy/treantjs-adapter-dust",
"version": "3.0.3",
"version": "3.1.0-alpha.6bca4d4a",
"description": "",

@@ -28,4 +28,4 @@ "main": "lib/index.js",

"dependencies": {
"@coorpacademy/treantjs-core": "^3.0.3",
"@coorpacademy/treantjs-engine-virtual-dom": "^3.0.3",
"@coorpacademy/treantjs-core": "^3.1.0-alpha.6bca4d4a",
"@coorpacademy/treantjs-engine-virtual-dom": "^3.1.0-alpha.6bca4d4a",
"lodash": "^4.14.1"

@@ -32,0 +32,0 @@ },

@@ -14,3 +14,2 @@ import map from 'lodash/fp/map';

const Component = factory(treant, {skin});
return (dust, options) => {

@@ -17,0 +16,0 @@ dust.helpers[componentName] = (chunk, context, bodies, props) => {

Sorry, the diff of this file is not supported yet

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