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

mscgenjs

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mscgenjs - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

2

doc/readme.md

@@ -80,3 +80,3 @@ # mscgen_js' innards

About 390 automated tests (and counting) make sure we can refactor the mscgen_js
About 400 automated tests (and counting) make sure we can refactor the mscgen_js
core modules safely.

@@ -83,0 +83,0 @@

@@ -93,3 +93,3 @@ /* istanbul ignore else */

version: "1.5.1",
version: "1.5.2",

@@ -96,0 +96,0 @@ getAllowedValues: function() {

{
"name": "mscgenjs",
"version": "1.5.1",
"version": "1.5.2",
"description": "Implementation of MscGen in JavaScript",

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

"amdefine": "1.0.0",
"requirejs": "2.2.0"
"requirejs": "2.3.2"
},

@@ -14,8 +14,8 @@ "devDependencies": {

"chai-xml": "0.3.1",
"eslint": "3.4.0",
"eslint": "3.7.0",
"istanbul": "0.4.5",
"js-makedepend": "1.0.2",
"jsdom": "9.4.5",
"lodash-cli": "4.15.0",
"mocha": "3.0.2",
"js-makedepend": "1.0.4",
"jsdom": "9.5.0",
"lodash-cli": "4.16.2",
"mocha": "3.1.0",
"npm-check-updates": "2.8.0",

@@ -22,0 +22,0 @@ "nsp": "2.6.1",

@@ -79,3 +79,3 @@ # mscgen_js - core package

and one
[where it happens in mscgenjs-inpage](https://github.com/sverweij/mscgenjs-inpage/blob/master/src/mscgen-inpage.js#L116).
[where it happens in mscgenjs-inpage](https://github.com/mscgenjs/mscgenjs-inpage/blob/master/src/mscgen-inpage.js#L116).

@@ -232,3 +232,3 @@ Here's some some samples for using the root module directly:

[![Dependency Status][david.mscgenjs.badge]][david.mscgenjs]
[![devDependency Status][daviddev.mscgenjs.badge]][daviddev.mscgenjs]
[![devDependencies Status](https://david-dm.org/sverweij/mscgenjs-core/dev-status.svg)](https://david-dm.org/sverweij/mscgenjs-core?type=dev)
[![npm stable version](https://img.shields.io/npm/v/mscgenjs.svg)](https://npmjs.com/package/mscgenjs)

@@ -242,3 +242,2 @@ [![total downloads on npm](https://img.shields.io/npm/dt/mscgenjs.svg)](https://npmjs.com/package/mscgenjs)

[bithound.mscgenjs.badge]: https://www.bithound.io/github/sverweij/mscgenjs-core/badges/score.svg
[daviddev.mscgenjs.badge]: https://david-dm.org/sverweij/mscgenjs-core/dev-status.svg
[david.mscgenjs]: https://david-dm.org/sverweij/mscgenjs-core

@@ -261,3 +260,3 @@ [david.mscgenjs.badge]: https://david-dm.org/sverweij/mscgenjs-core.svg

[mscgenjs.embed]: https://sverweij.github.io/mscgen_js/embed.html?utm_source=mscgenjs-core
[mscgenjs.embed.source]: https://github.com/sverweij/mscgenjs-inpage/blob/master/src/mscgen-inpage.js
[mscgenjs.embed.source]: https://github.com/mscgenjs/mscgenjs-inpage/blob/master/src/mscgen-inpage.js
[mscgenjs.embedpackage]: https://sverweij.github.io/mscgen_js/embed.html#package

@@ -264,0 +263,0 @@ [mscgenjs.interpreter]: https://sverweij.github.io/mscgen_js/index.html?utm_source=mscgenjs-core

@@ -23,2 +23,6 @@ var parser = require("../../parse/mscgenparser");

});
it("should correctly parse naked cardinals", function() {
var lAST = parser.parse('msc{width=481;a;}');
expect(lAST.options.width).to.equal("481");
});
});

@@ -25,0 +29,0 @@

@@ -140,2 +140,6 @@ /* eslint max-statements:0 */

});
it("should correctly parse naked cardinals", function() {
var lAST = parser.parse('width=481;a;');
expect(lAST.options.width).to.equal("481");
});
it("should keep the labeled name of an entity", function(){

@@ -142,0 +146,0 @@ var lAST = parser.parse('"實體": This is the label for 實體;');

@@ -24,2 +24,6 @@ var parser = require("../../parse/xuparser");

});
it("should correctly parse naked cardinals", function() {
var lAST = parser.parse('xu{width=481;a;}');
expect(lAST.options.width).to.equal("481");
});
});

@@ -26,0 +30,0 @@ describe('#parse() - happy day ASTs - ', function(){

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

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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