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

peitho

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peitho - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

10

package.json
{
"name": "peitho",
"version": "0.0.2",
"version": "0.0.3",
"description": "stylesheet helper for aphrodite",

@@ -10,2 +10,6 @@ "main": "build/bundle.js",

},
"repository": {
"type": "git",
"url": "https://github.com/lazopm/peitho"
},
"author": "Pablo Lazo <lazopm@gmail.com> (lazopm.com)",

@@ -25,4 +29,6 @@ "license": "ISC",

"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0"
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"uglify-es": "^3.0.15"
}
}

4

README.md

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

# Peitho [![Build Status](https://travis-ci.org/lazopm/peitho.svg?branch=master)](https://travis-ci.org/lazopm/peitho)
# Peitho
[![npm version](https://badge.fury.io/js/peitho.svg)](https://badge.fury.io/js/peitho)
[![Build Status](https://travis-ci.org/lazopm/peitho.svg?branch=master)](https://travis-ci.org/lazopm/peitho)
ezpz js inline styles :ok_hand:

@@ -3,0 +5,0 @@

const fs = require('fs')
const rollup = require('rollup').rollup;
const { rollup } = require('rollup');
const resolve = require('rollup-plugin-node-resolve');
const commonjs = require('rollup-plugin-commonjs');
const babel = require('rollup-plugin-babel');
const uglify = require('rollup-plugin-uglify');
const { minify } = require('uglify-es');

@@ -15,2 +17,3 @@ rollup({

}),
uglify({}, minify),
],

@@ -17,0 +20,0 @@ }).then(bundle => bundle.write({

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