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.9.6 to 0.9.7

4

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

@@ -25,3 +25,2 @@ "keywords": [],

"dependencies": {
"core-js": "2.2.x",
"reflect-metadata": "0.1.x"

@@ -37,2 +36,3 @@ },

"browserify": "13.0.x",
"core-js": "2.2.x",
"fetch-mock": "4.1.x",

@@ -39,0 +39,0 @@ "jasmine": "2.4.x",

@@ -1,2 +0,1 @@

import 'core-js/shim';
import 'reflect-metadata';

@@ -3,0 +2,0 @@ import { PotionItemCache } from './base';

"use strict";
require('core-js/shim');
require('reflect-metadata');

@@ -4,0 +3,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