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

fulcrum-api-fetch

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fulcrum-api-fetch - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

13

dist/client.js

@@ -59,2 +59,6 @@ 'use strict';

var _audio = require('./resources/audio');
var _audio2 = _interopRequireDefault(_audio);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -175,2 +179,11 @@

}
}, {
key: 'audio',
get: function get() {
if (!this._audio) {
this._audio = new _audio2.default(this);
}
return this._audio;
}
}]);

@@ -177,0 +190,0 @@ return Client;

4

package.json
{
"name": "fulcrum-api-fetch",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -37,6 +37,6 @@ "main": "dist/index.js",

"frisbee": "^1.6.4",
"isomorphic-fetch": "^2.2.1",
"mixmatch": "0.0.2",
"portable-fetch": "^3.0.0",
"uuid": "^3.1.0"
}
}

Sorry, the diff of this file is not supported yet

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