Socket
Socket
Sign inDemoInstall

as

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

as - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0-alpha.2

dist.es5/array.js

11

package.json
{ "name": "as"
, "version": "0.1.0"
, "version": "0.2.0-alpha.2"
, "description": "as/array and as/object. Convert easily, back and forth."

@@ -34,3 +34,6 @@ , "license": "MIT"

, "scripts":
{ "test": "node test"
{ "pretest": "gulp"
, "test": "node test"
, "prepublish": "gulp"
, "coveralls": "istanbul cover test --report lcovonly && coveralls < ./coverage/lcov.info"

@@ -42,3 +45,7 @@ }

, "istanbul": "0.3.5"
, "gulp": "3.8.10"
, "gulp-6to5": "2.0.0"
, "6-to-library": "0.3.0-alpha"
}
}

4

test/array-object.js
var test = require("tape");
var asObject = require("../object");
var asArray = require("../array");
var asObject = require("../dist.es5/object");
var asArray = require("../dist.es5/array");

@@ -5,0 +5,0 @@ test("as/array >> as/object", function (tape) {

var test = require("tape");
var asArray = require("../array");
var asArray = require("../dist.es5/array");

@@ -4,0 +4,0 @@ test("as/array", function (tape) {

var test = require("tape");
var asObject = require("../object");
var asObject = require("../dist.es5/object");

@@ -4,0 +4,0 @@ test("as/object", function (tape) {

Sorry, the diff of this file is not supported yet

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