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

notasrest

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notasrest - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

notasrest.js

@@ -30,3 +30,2 @@ var rest = require('restler');

rest.post("http://"+host+":"+port+"/notas/notas/new", {
multipart: true,
data: notadata

@@ -81,3 +80,2 @@ })

rest.put("http://"+host+":"+port+"/notas/notas/codigo/"+codigo,{
multipart: true,
data: notadata

@@ -99,3 +97,2 @@ })

rest.put("http://"+host+":"+port+"/notas/notas/id/"+id,{
multipart: true,
data: notadata

@@ -102,0 +99,0 @@ })

2

package.json
{
"name": "notasrest",
"version": "1.0.1",
"version": "1.0.2",
"description": "rest api for notas app",

@@ -5,0 +5,0 @@ "main": "notasrest",

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