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

@cocreate/industry

Package Overview
Dependencies
Maintainers
1
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/industry - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.25](https://github.com/CoCreate-app/CoCreate-industry/compare/v1.0.24...v1.0.25) (2021-07-23)
### Bug Fixes
* creates new industry in org defined in config ([f22cce8](https://github.com/CoCreate-app/CoCreate-industry/commit/f22cce8ee314c237dd40ec714fe43517ec7853f7))
## [1.0.24](https://github.com/CoCreate-app/CoCreate-industry/compare/v1.0.23...v1.0.24) (2021-07-22)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@cocreate/industry",
"version": "1.0.24",
"version": "1.0.25",
"description": "An Exhaustive business app template based on vanilla javascript similar to a website template featuring websites, specialty crm, email templates for creating complex business workspace/shell. Easily configured using HTML5 data-attributes and/or JavaScript API.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -52,6 +52,6 @@ import crud from '@cocreate/crud-client';

// return;
crud.socket.send('createIndustryNew', {
crud.socket.send('createIndustry', {
apiKey: config.apiKey,
organization_id: config.organization_Id,
db: this.masterDB,
db: config.organization_Id,
collection: 'industries',

@@ -78,3 +78,3 @@ data: data

new_organization_id: newOrgId,
db: this.masterDB
db: config.organization_Id
})

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