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

jpacks

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jpacks - npm Package Compare versions

Comparing version 0.3.3 to 0.3.11

schemas-extend/protobuf.js

19

jpacks.dev.js

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

* zswang (http://weibo.com/zswang)
* @version 0.3.3
* @date 2015-11-03
* @version 0.3.11
* @date 2015-11-04
*/

@@ -250,4 +250,2 @@ function createSchema() {

```
'''</example>'''
'''<example>'''
* @example together():hook

@@ -486,4 +484,2 @@ ```js

```
'''</example>'''
'''<example>'''
* @example arrayCreator():dynamic array

@@ -573,3 +569,3 @@ ```js

for (var i = 0; i < length; i++) {
Schema.pack(itemSchema, value[i], options, buffer);
Schema.pack(itemSchema, (value || [])[i], options, buffer);
}

@@ -618,2 +614,3 @@ },

```
'''</example>'''
*/

@@ -642,4 +639,2 @@ function bytes(count) {

```
'''</example>'''
'''<example>'''
* @example objectCreator:object

@@ -803,4 +798,2 @@ ```js

```
'''</example>'''
'''<example>'''
* @example enumsCreator():map is object

@@ -825,4 +818,2 @@ ```js

```
'''</example>'''
'''<example>'''
* @example enumsCreator():fault tolerant

@@ -1101,4 +1092,2 @@ var _ = jpacks;

```
'''</example>'''
'''<example>'''
* @example cstringCreator():pchar

@@ -1105,0 +1094,0 @@ ```js

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

* zswang (http://weibo.com/zswang)
* @version 0.3.3
* @date 2015-11-03
* @version 0.3.11
* @date 2015-11-04
*/

@@ -229,4 +229,2 @@ function createSchema() {

```
'''</example>'''
'''<example>'''
* @example together():hook

@@ -465,4 +463,2 @@ ```js

```
'''</example>'''
'''<example>'''
* @example arrayCreator():dynamic array

@@ -539,3 +535,3 @@ ```js

for (var i = 0; i < length; i++) {
Schema.pack(itemSchema, value[i], options, buffer);
Schema.pack(itemSchema, (value || [])[i], options, buffer);
}

@@ -584,2 +580,3 @@ },

```
'''</example>'''
*/

@@ -608,4 +605,2 @@ function bytes(count) {

```
'''</example>'''
'''<example>'''
* @example objectCreator:object

@@ -756,4 +751,2 @@ ```js

```
'''</example>'''
'''<example>'''
* @example enumsCreator():map is object

@@ -778,4 +771,2 @@ ```js

```
'''</example>'''
'''<example>'''
* @example enumsCreator():fault tolerant

@@ -1043,4 +1034,2 @@ var _ = jpacks;

```
'''</example>'''
'''<example>'''
* @example cstringCreator():pchar

@@ -1047,0 +1036,0 @@ ```js

@@ -5,5 +5,5 @@ {

"description": "Binary data packing and unpacking.",
"version": "0.3.3",
"version": "0.3.11",
"homepage": "http://github.com/zswang/jpacks",
"main": "jpacks.js",
"main": "src/jpacks.js",
"author": {

@@ -30,2 +30,3 @@ "name": "zswang",

"dependencies": {
"protobufjs": "^4.1.2",
"jints": "^0.0.4"

@@ -32,0 +33,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