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.0.0-new to 0.0.4

.coveralls.yml

7

package.json
{ "name": "as"
, "version": "0.0.0-new"
, "description": "map-to/array and map-to/object. Convert easily, back and forth."
, "version": "0.0.4"
, "description": "as/array and as/object. Convert easily, back and forth."
, "license": "MIT"

@@ -30,3 +30,3 @@ , "keywords":

{ "type": "git"
, "url": "https://github.com/tomekwi/map-to.js.git"
, "url": "https://github.com/tomekwi/as.js.git"
}

@@ -40,4 +40,3 @@

, "faucet": "0.0.1"
, "istanbul": "0.3.5"
}
}

@@ -1,8 +0,8 @@

map-to
======
as
===
**`map-to/array` and `map-to/object`. Convert easily, back and forth.**
**`as/array` and `as/object`. Convert easily, back and forth.**
[![Build status](https://img.shields.io/travis/tomekwi/map-to.js.svg?style=flat-square)](https://travis-ci.org/tomekwi/map-to.js) 
[![Code climate](https://img.shields.io/codeclimate/github/tomekwi/map-to.js.svg?style=flat-square)](https://codeclimate.com/github/tomekwi/map-to.js)
[![Build status](https://img.shields.io/travis/tomekwi/as.js.svg?style=flat-square)](https://travis-ci.org/tomekwi/as.js) 
[![Code climate](https://img.shields.io/codeclimate/github/tomekwi/as.js.svg?style=flat-square)](https://codeclimate.com/github/tomekwi/as.js)

@@ -23,3 +23,3 @@ - Brings all functional goodness of arrays to objects.

```sh
> npm install map-to
> npm install as
```

@@ -34,4 +34,4 @@

```js
var mapToObject = require("map-to/object");
var mapToArray = require("map-to/array");
var asObject = require("as/object");
var asArray = require("as/array");

@@ -38,0 +38,0 @@ // Examples will soon flood in here

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