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

axjs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axjs - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

dist/Ax.js

8

gulpfile.js

@@ -19,6 +19,6 @@ 'use strict';

debug: false,
standalone: 'ax'
standalone: 'Ax'
});
return b.bundle()
.pipe(source('ax-' + pkg.version + '.js'))
.pipe(source('Ax.js'))
.pipe(buffer())

@@ -35,6 +35,6 @@ // Add transformation tasks to the pipeline here.

debug: false,
standalone: 'ax'
standalone: 'Ax'
});
return b.bundle()
.pipe(source('ax-' + pkg.version + '.min.js'))
.pipe(source('Ax.min.js'))
.pipe(buffer())

@@ -41,0 +41,0 @@ .pipe(sourcemaps.init({loadMaps: true}))

{
"name": "axjs",
"version": "0.3.0",
"filename": "ax.js",
"version": "0.3.1",
"description": "A RESTful, ajax micro browser library that is under 2kb.",

@@ -5,0 +6,0 @@ "main": "lib",

![Ax.js](./src/ax.js.gif)
A RESTful, ajax micro browser library that is under 2kb.
* [Quick Start](#quick-start)
A microscopic, RESTful, AJAX browser library; just under 2kb.
* [Usage](#usage)
* [Use with browser window](#quick-start)
* [Use as generic module](#use-with-module)
* [Use with nodejs](#use-with-nodejs)
## Quick Start
## Usage
```javscript
ax
```
<script src="ax.js"></script>
```
## Use with generic module
## Use with browser window
Ax.js can be *required* in with a UMD or AMD library like requirejs.
``` javascript
var ax = require('ax.0.3.0');
```
<script src="ax.min.0.3.1.js"></script>
```

@@ -28,8 +28,19 @@ ## Use with nodejs

Install via npm:
```
npm install axjs
```
*require* the module
``` javascript
var ax = require('axjs');
```
```
## Use with generic module
Ax.js can be *required* in with a UMD or AMD library like requirejs.
``` javascript
var ax = require('ax.0.3.1');
```

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