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

js-utility-belt

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-utility-belt - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

7

cjs/index.js

@@ -6,3 +6,3 @@ 'use strict';

});
exports.Url = exports.Request = exports.Lang = exports.File = exports.FeatureDetection = exports.Cookie = undefined;
exports.Url = exports.Request = exports.Lang = exports.File = exports.FeatureDetection = exports.DOM = exports.Cookie = undefined;

@@ -25,2 +25,6 @@ var _general = require('./general');

var _dom = require('./dom');
var _DOM = _interopRequireWildcard(_dom);
var _feature_detection = require('./feature_detection');

@@ -50,2 +54,3 @@

exports.Cookie = _Cookie;
exports.DOM = _DOM;
exports.FeatureDetection = _FeatureDetection;

@@ -52,0 +57,0 @@ exports.File = _File;

3

package.json
{
"name": "js-utility-belt",
"version": "1.0.2",
"version": "1.0.3",
"description": "Opinionated collection of JavaScript nice-to-haves",

@@ -25,2 +25,3 @@ "homepage": "https://www.bigchain.io/",

"clean": "rimraf ./bundle ./cjs ./es6",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -27,0 +28,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