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

internal

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

internal - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

test/calls.js

5

History.md
1.0.4 / 2016-02-02
==================
* support calling internal actions
1.0.3 / 2016-02-01

@@ -3,0 +8,0 @@ ==================

3

index.js

@@ -6,2 +6,3 @@ /**

var debug = require('debug')('internal')
var assign = require('object-assign')
var sliced = require('sliced')

@@ -23,3 +24,3 @@ var wrap = require('wrapped')

if (!(this instanceof internal)) return new internal(state)
this.state = state || {}
this.state = assign(actions || {}, state || {})
this.queue = []

@@ -26,0 +27,0 @@ }

{
"name": "internal",
"version": "1.0.3",
"version": "1.0.4",
"description": "internal queue for your public libraries and APIs",

@@ -11,2 +11,3 @@ "main": "index.js",

"debug": "^2.2.0",
"object-assign": "^4.0.1",
"sliced": "^0.0.5",

@@ -13,0 +14,0 @@ "wrapped": "^1.0.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