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

irrasoft-node-codegen

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

irrasoft-node-codegen - npm Package Compare versions

Comparing version 0.0.102 to 0.0.103

3

bin/cli.js

@@ -149,5 +149,2 @@ #!/usr/bin/env node

})
mkdir(`${root}/src/api/${option.apiVersion}/services`, function(){
copy_template('service.js', `${root}/src/api/${option.apiVersion}/services/${option.name}.js`, option)
})
})

@@ -154,0 +151,0 @@ copy_template('integration.test.js', `${root}/test/integration/${option.name}.test.js`, option)

2

package.json
{
"name": "irrasoft-node-codegen",
"version": "0.0.102",
"version": "0.0.103",
"bin": {

@@ -5,0 +5,0 @@ "codegen": "./bin/cli.js"

@@ -108,6 +108,6 @@ process.env.NODE_ENV = 'test';

chai.request(server)
.put(`${BASE_URL}`)
.put(`${BASE_URL}/4632dec9-13cb-4464-bce9-66f62db4ad8e`)
.set('Authorization', 'Bearer ' + token)
.set('content-type', 'application/json')
.send({ id: '4632dec9-13cb-4464-bce9-66f62db4ad8e', name: 'test_name', code: 'my'})
.send({ name: 'test_name', code: 'my'})
.end((err, res) => {

@@ -124,6 +124,6 @@ should.not.exist(err);

chai.request(server)
.put(`${BASE_URL}`)
.put(`${BASE_URL}/-1`)
.set('Authorization', 'Bearer ' + token)
.set('content-type', 'application/json')
.send({ id: '12345678',name: 'test_name', code: 'my'})
.send({ name: 'test_name', code: 'my'})
.end((err, res) => {

@@ -130,0 +130,0 @@ should.not.exist(err);

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