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

js-tinyapi

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-tinyapi - npm Package Compare versions

Comparing version 0.1.0-alpha.0 to 0.1.0-alpha.1

index.js

40

package.json
{
"name": "js-tinyapi",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"description": "A simple and lightweight API helper.",

@@ -9,11 +9,11 @@ "repository": {

},
"main": "lib/index.js",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"build:prod": "webpack --config webpack/webpack.config.production.js --progress --colors",
"build": "webpack --config webpack/webpack.config.base.js --progress --colors",
"watch": "webpack --config webpack/webpack.config.base.js --progress --colors --watch",
"watch:prod": "webpack --config webpack/webpack.config.production.js --progress --colors --watch",
"dev": "node server.js",
"test": "mocha --require mock-css-modules --require babel-polyfill --harmony-proxies --compilers js:babel-register -R nyan --recursive tests/*.js",
"prepublish": "npm run build:prod"
"build": "webpack --config webpack/index.js --mode development",
"build:prod": "webpack --config webpack/index.js --mode production",
"prepublish": "npm run build",
"test": "mocha --require babel-polyfill --compilers js:babel-register -R nyan --recursive tests/*.js"
},

@@ -24,4 +24,5 @@ "author": "Luke Hodkinson",

"babel-core": "^6.3.26",
"babel-loader": "^6.2.4",
"babel-loader": "^7.1.3",
"babel-polyfill": "^6.16.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.3.13",

@@ -31,17 +32,10 @@ "babel-preset-react": "^6.3.13",

"babel-register": "^6.6.5",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"code": "^5.2.0",
"form-data": "^2.3.2",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^8.5.0",
"jsdom-global": "^1.7.0",
"mocha": "^3.2.0",
"mock-css-modules": "^1.0.0",
"nock": "^9.0.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-bundle-tracker": "0.0.93",
"webpack-dev-server": "^1.14.1",
"webpack-node-externals": "^1.5.4"
"sinon": "^4.4.2",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.9",
"webpack-node-externals": "^1.6.0"
},

@@ -48,0 +42,0 @@ "dependencies": {

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