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

axaj

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axaj - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

14

package.json
{
"name": "axaj",
"version": "1.3.0",
"version": "1.4.0",
"description": "A tiny and trivial AJAX library which uses the Fetch API.",

@@ -11,3 +11,3 @@ "keywords": [

],
"author": "Anton Bagdatyev (Tonix-Tuft)",
"author": "Anton Bagdatyev (Tonix)",
"license": "MIT",

@@ -23,3 +23,9 @@ "main": "./dist/axaj.js",

"watch": "WEBPACK_ENV=watch webpack --progress --colors --watch",
"build": "WEBPACK_ENV=build webpack"
"dev-build": "WEBPACK_ENV=watch webpack --progress --colors",
"build": "WEBPACK_ENV=build webpack",
"publish-git": "npm publish && git push && git push --tags",
"build-all": "npm run build && npm run dev-build",
"publish-patch": "npm run build-all && npm version patch && npm run publish-git",
"publish-minor": "npm run build-all && npm version minor && npm run publish-git",
"publish-major": "npm run build-all && npm version major && npm run publish-git"
},

@@ -43,4 +49,4 @@ "devDependencies": {

"interval-jitter": "^1.1.1",
"js-utl": "^1.6.0"
"js-utl": "^3.0.0"
}
}
/*
* Copyright (c) 2020 Anton Bagdatyev (Tonix-Tuft)
* Copyright (c) 2020 Anton Bagdatyev (Tonix)
*

@@ -4,0 +4,0 @@ * Permission is hereby granted, free of charge, to any person

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