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

cbml

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cbml - npm Package Compare versions

Comparing version 0.2.9 to 0.2.12

LICENSE

6

cbml.js

@@ -10,4 +10,4 @@ (function (exportName) {

* zswang (http://weibo.com/zswang)
* @version 0.2.9
* @date 2016-07-13
* @version 0.2.12
* @date 2017-10-01
*/

@@ -378,2 +378,4 @@ /*<function name="decodeHTML">*/

nextNode.pos = node.pos;
nextNode.line = node.line
nextNode.col = node.col
nextNode.value = code.slice(nextNode.pos, nextNode.endpos);

@@ -380,0 +382,0 @@ parentNode.nodes.splice(i, 1);

{
"name": "cbml",
"version": "0.2.9",
"version": "0.2.12",
"description": "CBML Parser",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/cbml/cbmljs",

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