Socket
Socket
Sign inDemoInstall

mappersmith

Package Overview
Dependencies
Maintainers
3
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mappersmith - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "mappersmith",
"version": "0.2.0",
"version": "0.2.1",
"description": "It is a lightweight rest client mapper for javascript",

@@ -5,0 +5,0 @@ "author": "Tulio Ornelas <ornelas.tulio@gmail.com>",

@@ -63,3 +63,3 @@ # Mappersmith

```javascript
var Client = new Mappersmith.forge(manifest)
var Client = Mappersmith.forge(manifest)
```

@@ -111,3 +111,3 @@

```javascript
var Client = new Mappersmith.forge(manifest, Mappersmith.VanillaGateway, 'data')
var Client = Mappersmith.forge(manifest, Mappersmith.VanillaGateway, 'data')
...

@@ -180,3 +180,3 @@ Client.Photo.save({category: 'family', data: {year: 2015, tags: ['party', 'family']}})

```javascript
var Client = new Mappersmith.forge(manifest, Mappersmith.JQueryGateway)
var Client = Mappersmith.forge(manifest, Mappersmith.JQueryGateway)
```

@@ -183,0 +183,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