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

portals

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

portals - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

logo.png

6

package.json
{
"name": "portals",
"version": "1.0.0",
"version": "1.0.1",
"description": "An XHR/Ajax library with sugar for single page applications.",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"main": "dist/portals-cjs.js",
"jsnext:main": "dist/portals-es.js",
"scripts": {

@@ -8,0 +8,0 @@ "preversion": "npm test",

@@ -1,4 +0,4 @@

# Portals [![Build Status](https://travis-ci.org/HelpfulHuman/Portals.svg?branch=master)](https://travis-ci.org/HelpfulHuman/Portals)
![Portals](logo.png)
[![Join the chat at https://gitter.im/HelpfulHuman/Portals](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/HelpfulHuman/Portals?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/HelpfulHuman/Portals.svg?branch=master)](https://travis-ci.org/HelpfulHuman/Portals) [![Join the chat at https://gitter.im/HelpfulHuman/Portals](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/HelpfulHuman/Portals?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

@@ -5,0 +5,0 @@ Portals is a library for making XHR/AJAX requests with some syntactic sugar.

@@ -7,3 +7,6 @@ import buble from 'rollup-plugin-buble';

plugins: [ buble() ],
dest: 'dist/index.js'
targets: [
{ dest: 'dist/portals-cjs.js', format: 'cjs' },
{ dest: 'dist/portals-es.js', format: 'es' }
]
};
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