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

plexiform

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plexiform - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

8

includes/base-spec.json
{
"types": {
"huid": {
"cs": "long",
"ts": "string"
},
"huid?": {
"cs": "long?",
"ts": "string | null"
},
"guid": {

@@ -4,0 +12,0 @@ "cs": "Guid",

2

index.js

@@ -26,3 +26,3 @@ #!/usr/bin/env node

name: "Plexiform",
version: "2.1.0",
version: "2.1.1",
author: "Raith"

@@ -29,0 +29,0 @@ };

{
"name": "plexiform",
"version": "2.1.0",
"version": "2.1.1",
"description": "A very simple template-driven generator.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -28,3 +28,4 @@ # Plexiform

| 2017-11-10 | v2.1.0 | Raith | Added new datatype 'datauri' which is implemented as a string, but flags its intended purpose for the sake of downstream tools |
| 2017-12-05 | v2.1.1 | Raith | Added new datatype 'huid' which is implemented as a long in CS and a string in TS. JsonConverter translates between them |
---
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