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

liveify-stable

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liveify-stable - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

4

index.js

@@ -1,2 +0,2 @@

var LiveScript = require('LiveScript');
var livescript = require('livescript');
var through = require('through');

@@ -20,3 +20,3 @@

try {
var js = LiveScript.compile(data, {
var js = livescript.compile(data, {
'filename': file,

@@ -23,0 +23,0 @@ 'const': k,

{
"name": "liveify-stable",
"version": "1.0.0",
"version": "2.0.0",
"description": "Stable fork of quarterto/liveify that uses LiveScript by peerDependencies",

@@ -12,6 +12,6 @@ "main": "index.js",

"browserify": "~2.4.0",
"LiveScript": "1.3.1"
"livescript": "1.4.0"
},
"peerDependencies": {
"LiveScript": "*"
"livescript": "*"
},

@@ -28,2 +28,3 @@ "scripts": {

"LiveScript",
"livescript",
"ls",

@@ -30,0 +31,0 @@ "browserify",

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