New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

machinepack-util

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-util - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

machines/build-array.js

1

machines/add.js

@@ -6,2 +6,3 @@ module.exports = {

sync: true,
cacheable: true,
inputs: {

@@ -8,0 +9,0 @@ a: {

@@ -6,2 +6,3 @@ module.exports = {

sync: true,
cacheable: true,
inputs: {

@@ -8,0 +9,0 @@ strings: {

@@ -6,2 +6,3 @@ module.exports = {

sync: true,
cacheable: true,
inputs: {

@@ -8,0 +9,0 @@ string: {

@@ -6,2 +6,3 @@ module.exports = {

sync: true,
cacheable: true,
inputs: {

@@ -8,0 +9,0 @@ string: {

@@ -6,2 +6,3 @@ module.exports = {

sync: true,
cacheable: true,
inputs: {

@@ -8,0 +9,0 @@ value: {

@@ -6,2 +6,3 @@ module.exports = {

sync: true,
cacheable: true,
inputs: {

@@ -8,0 +9,0 @@ dictionary: {

@@ -5,2 +5,3 @@ module.exports = {

sync: true,
cacheable: true,
inputs: {

@@ -7,0 +8,0 @@ a: {

@@ -13,2 +13,5 @@ module.exports = {

sync: true,
inputs: {

@@ -15,0 +18,0 @@

@@ -5,2 +5,3 @@ module.exports = {

sync: true,
cacheable: true,
extendedDescription: 'Useful for checksums (error-checking) and hash keys (caching, etc.) Uses the crypto module from Node core via `object-hash` on NPM (see http://npmjs.org/package/object-hash)',

@@ -7,0 +8,0 @@ inputs: {

@@ -6,2 +6,3 @@ module.exports = {

sync: true,
cacheable: true,
inputs: {

@@ -8,0 +9,0 @@ array: {

@@ -5,2 +5,3 @@ module.exports = {

sync: true,
cacheable: true,
extendedDescription: '',

@@ -7,0 +8,0 @@ inputs: {

@@ -6,2 +6,3 @@ module.exports = {

sync: true,
cacheable: true,
inputs: {

@@ -8,0 +9,0 @@ a: {

@@ -6,2 +6,3 @@ module.exports = {

sync: true,
cacheable: true,
inputs: {

@@ -8,0 +9,0 @@ json: {

@@ -5,2 +5,3 @@ module.exports = {

sync: true,
cacheable: true,
inputs: {

@@ -7,0 +8,0 @@ string: {

@@ -6,2 +6,3 @@ module.exports = {

sync: true,
cacheable: true,
inputs: {

@@ -8,0 +9,0 @@ a: {

8

package.json
{
"name": "machinepack-util",
"version": "4.0.0",
"version": "4.0.1",
"description": "Utilities for everyday tasks with arrays, dictionaries, strings, etc.",

@@ -36,4 +36,2 @@ "scripts": {

"convert-to-number",
"create-dictionary",
"create-array",
"generate-unique-token",

@@ -54,3 +52,5 @@ "index-of",

"hash-dictionary",
"generate-random-alphanumeric"
"generate-random-alphanumeric",
"build-array",
"build-dictionary"
],

@@ -57,0 +57,0 @@ "testsUrl": "https://travis-ci.org/treelinehq/machinepack-util"

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