Socket
Socket
Sign inDemoInstall

@sidiousvic/phantom

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sidiousvic/phantom - npm Package Compare versions

Comparing version 1.6.12 to 1.7.1

14

CHANGELOG.md
# Changelog
All notable changes to [Phantom](https://github.com/sidiousvic/phantom/pull/27) will be documented in this file.
All notable changes to [Phantom](https://github.com/sidiousvic/phantom) will be documented in this file.

@@ -9,2 +9,8 @@ ## [Unreleased]

## [v1.7.0] — 2020.07.13
### Changed
- Replaced Webpack for build, building with Typescript.
## [v1.6.0] — 2020.07.11

@@ -14,3 +20,4 @@

- Danger JS for automated PR messaging. Kermitoid is implemented, and will respond to certain events.
- Danger JS for automated PR messaging.
- Kermitoid is implemented, and will respond to certain PR events. 🐸
- Added `CHANGELOG.md`.

@@ -33,3 +40,2 @@

### Changed

@@ -40,2 +46,3 @@

[unreleased]: https://github.com/sidiousvic/phantom/compare/v1.6.0...HEAD
[v1.7.0]: https://github.com/sidiousvic/phantom/compare/v1.6.0...v1.7.0
[v1.6.0]: https://github.com/sidiousvic/phantom/compare/v1.4.94...v1.6.0

@@ -45,4 +52,3 @@ [v1.4.94]: https://github.com/sidiousvic/phantom/compare/v1.4.93...v1.4.94

<sub>The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).</sub>
{
"name": "@sidiousvic/phantom",
"version": "1.6.12",
"version": "1.7.1",
"description": "A Redux—powered, reactive state DOM renderer",

@@ -13,6 +13,6 @@ "main": "dist/phantom.js",

"homepage": "https://github.com/sidiousvic/phantom#readme",
"types": "types.d.ts",
"types": "dist/types.d.ts",
"files": [
"dist",
"src/types.d.ts"
"dist/types.d.ts"
],

@@ -29,3 +29,3 @@ "repository": {

"scripts": {
"build": "webpack",
"build": "tsc",
"preversion": "npm run build && npm test",

@@ -32,0 +32,0 @@ "postversion": "git push origin --all; git push origin --tags",

# **Phantom**
[![npm version](https://badge.fury.io/js/%40sidiousvic%2Fphantom.svg)](https://badge.fury.io/js/%40sidiousvic%2Fphantom) ![](https://github.com/sidiousvic/phantom/workflows/build/badge.svg) [![install size](https://badgen.net/packagephobia/install/@sidiousvic/phantom)](https://packagephobia.com/result?p=%40sidiousvic%2Fphantom)
![](https://github.com/sidiousvic/phantom/workflows/build/badge.svg) [![npm version](https://badge.fury.io/js/%40sidiousvic%2Fphantom.svg)](https://badge.fury.io/js/%40sidiousvic%2Fphantom) [![install size](https://badgen.net/packagephobia/install/@sidiousvic/phantom)](https://packagephobia.com/result?p=%40sidiousvic%2Fphantom)

@@ -78,3 +78,3 @@ ### A Redux powered, state—reactive DOM rendering engine. 👻

We [`leet-html`](https://marketplace.visualstudio.com/items?itemName=EldarGerfanov.leet-html) extension for VSCode is recommended for HTML template highlighting.
We recommend the [`leet-html`](https://marketplace.visualstudio.com/items?itemName=EldarGerfanov.leet-html) VSCode extension for HTML template highlighting.

@@ -238,3 +238,3 @@ <details>

Phantom is written in TypeScript and bundled using Webpack.
Phantom is written and built using Typescript.

@@ -257,3 +257,3 @@ ## Instructions

**`npm run test`**
runs the tests located in `__tests__/`.
runs the tests located in `spec`.

@@ -260,0 +260,0 @@ **`npm run example/[example name]`**

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