New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.6 to 0.0.7

2

package.json
{
"name": "cbml",
"version": "0.0.6",
"version": "0.0.7",
"description": "CBML Parser",

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

@@ -7,3 +7,5 @@ # [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

```json
![cbml](https://cloud.githubusercontent.com/assets/536587/8889268/b5f8a5aa-3305-11e5-8f3d-6af1ccbf1474.png)
```js
{

@@ -10,0 +12,0 @@ "type": "block", // token type : "text" | "block" | "single"

@@ -111,3 +111,3 @@ (function (exportName) {

var match = S.text.substring(S.pos).match(
/(<!--|\/\*<|\(\*<|'''<|--\[\[<)(\/?)([\w_-]+)\s*|(<\/)([\w_-]+)(>\*\/|>\*\)|>'''|>\]\]|-->)/
/(<!--|\/\*<|\(\*<|'''<|--\[\[<)(\/?)([\w_]+[\w_-]*[\w_]|[\w_]+)\s*|(<\/)([\w_]+[\w_-]*[\w_]|[\w_]+)(>\*\/|>\*\)|>'''|>\]\]|-->)/
);

@@ -118,2 +118,3 @@

}
pushToken('text', S.pos, S.pos + match.index); // 记录 text

@@ -203,3 +204,3 @@

match = S.text.substring(S.pos + offset).match(
/^\s*([\w_-]+)\s*/
/^\s*([\w_]+[\w_-]*[\w_]|[\w_]+)\s*/
);

@@ -253,2 +254,3 @@ if (!match) {

);
if (!match) {

@@ -255,0 +257,0 @@

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