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.16 to 0.3.17

5

jpacks.dev.js

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

* zswang (http://weibo.com/zswang)
* @version 0.3.16
* @version 0.3.17
* @date 2015-11-05

@@ -41,2 +41,3 @@ */

function Schema(options) {
options = options || {};
var self = this;

@@ -317,3 +318,3 @@ Object.keys(options).forEach(function(key) {

obj.name = '_pack_fn' + (guid++);
Schema.define(obj.name, obj);
Schema.def(obj.name, obj);
}

@@ -320,0 +321,0 @@ } else if (typeof obj === 'object') {

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

* zswang (http://weibo.com/zswang)
* @version 0.3.16
* @version 0.3.17
* @date 2015-11-05

@@ -41,2 +41,3 @@ */

function Schema(options) {
options = options || {};
var self = this;

@@ -296,3 +297,3 @@ Object.keys(options).forEach(function(key) {

obj.name = '_pack_fn' + (guid++);
Schema.define(obj.name, obj);
Schema.def(obj.name, obj);
}

@@ -299,0 +300,0 @@ } else if (typeof obj === 'object') {

2

package.json

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

"description": "Binary data packing and unpacking.",
"version": "0.3.16",
"version": "0.3.17",
"homepage": "http://github.com/zswang/jpacks",

@@ -8,0 +8,0 @@ "main": "jpacks.js",

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