Comparing version 1.0.0 to 1.0.1
{ | ||
"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' } | ||
] | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
53729
30
784
0