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.15 to 0.3.16

13

jpacks.dev.js

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

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

@@ -1420,13 +1420,2 @@ */

Schema.register('virtual', virtual);
Schema.pushPattern(function _virtualPattern(schema) {
if (typeof schema === 'virtual') {
if (schema instanceof Schema) {
return;
}
if (schema instanceof Array) {
return;
}
return virtual(schema);
}
});
return Schema;

@@ -1433,0 +1422,0 @@ }

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

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

@@ -1337,13 +1337,2 @@ */

Schema.register('virtual', virtual);
Schema.pushPattern(function _virtualPattern(schema) {
if (typeof schema === 'virtual') {
if (schema instanceof Schema) {
return;
}
if (schema instanceof Array) {
return;
}
return virtual(schema);
}
});
return Schema;

@@ -1350,0 +1339,0 @@ }

2

package.json

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

"description": "Binary data packing and unpacking.",
"version": "0.3.15",
"version": "0.3.16",
"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