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

digirati-annotation-redux

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

digirati-annotation-redux - npm Package Compare versions

Comparing version 0.1.39 to 0.1.40

2

es/lib/elucidate/index.js

@@ -41,3 +41,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

export function getAnnotation(server, id) {
return get(server + '/' + id + '/');
return get('' + server + id + '/');
}

@@ -44,0 +44,0 @@

@@ -52,3 +52,3 @@ 'use strict';

function getAnnotation(server, id) {
return get(server + '/' + id + '/');
return get('' + server + id + '/');
}

@@ -55,0 +55,0 @@

{
"name": "digirati-annotation-redux",
"version": "0.1.39",
"version": "0.1.40",
"description": "Describe annotation-redux here",

@@ -5,0 +5,0 @@ "main": "es/index.js",

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