You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

hyperterm-hipster

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

hyperterm-hipster - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+0
-1
lib/theme.js

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

// Suntax shceme
const foregroundColor = '#ecf0f1'

@@ -3,0 +2,0 @@ const backgroundColor = '#2c3e50'

+3
-3

@@ -0,7 +1,7 @@

/* eslint-env jest */
const lib = require('./theme')
const test = require('ava')
test('should be an object', (t) => {
test('should be an object', () => {
const theme = lib({})
t.is(typeof theme, 'object')
expect(typeof theme).toBe('object')
})
{
"name": "hyperterm-hipster",
"version": "1.0.4",
"version": "1.0.5",
"description": "Hipster HyperTerm theme",

@@ -28,8 +28,8 @@ "main": "index.js",

"devDependencies": {
"ava": "^0.18.2",
"standard": "^8.6.0"
"jest": "~20.0.4",
"standard": "~10.0.2"
},
"scripts": {
"pretest": "npm run lint",
"test": "ava",
"test": "jest",
"lint": "standard",

@@ -36,0 +36,0 @@ "lint:fix": "standard --fix"

@@ -16,11 +16,2 @@ <h1 align="center">

</a>
<a href="https://github.com/RichardLitt/standard-readme">
<img src="https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square" alt="Standard Readme" />
</a>
<a href="https://badge.fury.io/gh/tiaanduplessis%2Fhyperterm-hipster">
<img src="https://badge.fury.io/gh/tiaanduplessis%2Fhyperterm-hipster.svg?style=flat-square" alt="GitHub version" />
</a>
<a href="https://greenkeeper.io/">
<img src="https://badges.greenkeeper.io/tiaanduplessis/hyperterm-hipster.svg?style=flat-square" alt="Greenkeeper" />
</a>
<a href="https://travis-ci.org/tiaanduplessis/hyperterm-hipster">

@@ -32,3 +23,3 @@ <img src="https://img.shields.io/travis/tiaanduplessis/hyperterm-hipster/master.svg?style=flat-square" alt="Travis Build" />

<div align="center">
Built with ❤︎ by <a href="tiaanduplessis.co.za">Tiaan</a> and <a href="https://github.com/tiaanduplessis/bolt/graphs/contributors">contributors</a>
Built with ❤︎ by <a href="https://github.com/tiaanduplessis">Tiaan</a> and <a href="https://github.com/tiaanduplessis/bolt/graphs/contributors">contributors</a>
</div>

@@ -35,0 +26,0 @@

Sorry, the diff of this file is too big to display