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

pvtsutils

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pvtsutils - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

dist/pvtsutils.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
factory(global.pvtsutils = {});
}(typeof self !== 'undefined' ? self : this, function (exports) { 'use strict';
(global = global || self, factory(global.pvtsutils = {}));
}(this, function (exports) { 'use strict';

@@ -7,0 +7,0 @@ function PrepareBuffer(buffer) {

{
"name": "pvtsutils",
"version": "1.0.5",
"version": "1.0.6",
"description": "pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.",

@@ -43,14 +43,14 @@ "main": "dist/pvtsutils.js",

"dependencies": {
"@types/node": "^10.12.15",
"tslib": "^1.9.3"
"@types/node": "^10.14.17",
"tslib": "^1.10.0"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"coveralls": "^3.0.2",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"rollup": "^0.68.0",
"rollup-plugin-typescript": "^1.0.0",
"ts-node": "^8.0.2",
"typescript": "^3.2.2"
"@types/mocha": "^5.2.7",
"coveralls": "^3.0.6",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"rollup": "^1.20.3",
"rollup-plugin-typescript": "^1.0.1",
"ts-node": "^8.3.0",
"typescript": "^3.6.2"
},

@@ -57,0 +57,0 @@ "nyc": {

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