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

potion-client

Package Overview
Dependencies
Maintainers
2
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

potion-client - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

angularjs.d.ts

10

package.json
{
"name": "potion-client",
"version": "0.0.6",
"version": "0.0.7",
"description": "A ES6 client for APIs written in Flask-Potion",

@@ -12,9 +12,3 @@ "keywords": [],

},
"files": [
"dist"
],
"main": "dist/fetch.js",
"directories": {
"lib": "dist"
},
"main": "./fetch.js",
"repository": {

@@ -21,0 +15,0 @@ "type": "git",

4

README.md

@@ -52,2 +52,4 @@ # Potion

.factory('User', ['potion', (potion) => {
// Resources can also be registered using `@potion.registerAs('/user')`
class User extends Item {

@@ -59,2 +61,4 @@ static names = Route.GET('/names');

// If the `@potion.registerAs('/user')` decorator is used,
// this is no longer needed.
potion.register('/user', User);

@@ -61,0 +65,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