New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

metal-ajax

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metal-ajax - npm Package Compare versions

Comparing version 1.0.0-rc.3 to 1.0.0

50

package.json
{
"name": "metal-ajax",
"version": "1.0.0-rc.3",
"description": "Metal.js utility to perform Ajax requests",
"license": "BSD",
"repository": "metal/metal-ajax",
"name": "metal-ajax",
"version": "1.0.0",
"description": "Metal.js utility to perform Ajax requests",
"license": "BSD",
"repository": "metal/metal-ajax",
"engines": {

@@ -14,26 +14,26 @@ "node": ">=0.12.0",

"files": [
"lib",
"src",
"test"
"lib",
"src",
"test"
],
"scripts": {
"compile": "babel --presets metal -d lib/ src/",
"prepublish": "npm run compile",
"test": "gulp test"
},
"keywords": [
"metal"
],
"scripts": {
"compile": "babel --presets metal -d lib/ src/",
"prepublish": "npm run compile",
"test": "gulp test"
},
"keywords": [
"metal"
],
"dependencies": {
"metal": "^1.0.0-rc.1",
"metal-multimap": "^1.0.0-rc.1",
"metal-promise": "^1.0.0-rc.2",
"metal-uri": "^1.0.0-rc.2"
"metal": "^1.0.0",
"metal-multimap": "^1.0.0",
"metal-promise": "^1.0.0",
"metal-uri": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-preset-metal": "^4.0.0",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-preset-metal": "^4.0.0",
"gulp": "^3.8.11",
"gulp-metal": "^1.0.0"
}
"gulp-metal": "^1.0.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