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

machinepack-arrays

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

machinepack-arrays - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

4

machines/reduce.js

@@ -23,3 +23,3 @@ module.exports = {

contract: {
provides: {
inputs: {
item: {

@@ -46,3 +46,3 @@ friendlyName: 'Current item',

},
expects: {
exits: {
error: {

@@ -49,0 +49,0 @@ friendlyName: 'break with error',

{
"name": "machinepack-arrays",
"version": "4.0.1",
"version": "4.1.0",
"description": "Work with arrays.",

@@ -18,6 +18,6 @@ "scripts": {

"lodash": "^3.7.0",
"machine": "^9.0.1"
"machine": "^10.3.1"
},
"devDependencies": {
"test-machinepack-mocha": "^2.0.0"
"test-machinepack-mocha": "^2.1.1"
},

@@ -24,0 +24,0 @@ "machinepack": {

@@ -10,7 +10,7 @@ var util = require('util');

var pack = require('./');
var packRoot = process.env.PACK_PATH || process.cwd();
var pack = require(Paths.resolve({paths: [packRoot]}).execSync());
Filesystem.ls({
dir: Paths.resolve({paths: ['./tests']}).execSync(),
dir: Paths.resolve({paths: [packRoot, './tests']}).execSync(),
depth: 1

@@ -17,0 +17,0 @@ }).exec({

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