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

@invisionapp/studio-api

Package Overview
Dependencies
Maintainers
10
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invisionapp/studio-api - npm Package Compare versions

Comparing version 3.0.1 to 4.0.1-PRERELEASE-internalApiVersionBump.0

2

index.js
// API major version
const APIversion = 0;
const APIversion = 1;

@@ -4,0 +4,0 @@ // Global key

{
"name": "@invisionapp/studio-api",
"version": "3.0.1",
"version": "4.0.1-PRERELEASE-internalApiVersionBump.0",
"repository": {

@@ -10,3 +10,4 @@ "type": "git",

"registry": "https://registry.npmjs.org/",
"access": "public"
"access": "public",
"tag": "PRERELEASE-internalApiVersionBump"
},

@@ -20,6 +21,8 @@ "description": "Studio Apps API ",

"scripts": {
"test": "tape -r babel-register test/*.spec.js",
"test": "jest",
"lint": "eslint ./",
"lint-fix": "eslint ./ --fix",
"githook": "npm run lint && npm run test"
"githook": "npm run lint && npm run test",
"test:coverage": "jest --ci --coverage --colors",
"test:coverage:view": "open test/coverage/lcov-report/index.html"
},

@@ -34,2 +37,3 @@ "keywords": [

"babel-eslint": "8.2.3",
"babel-jest": "^23.4.2",
"babel-register": "6.26.0",

@@ -42,3 +46,3 @@ "eslint": "4.19.1",

"ghooks": "2.0.4",
"tape": "4.9.0"
"jest": "^23.5.0"
},

@@ -54,3 +58,8 @@ "dependencies": {},

}
},
"release": {
"fallbackTags": {
"PRERELEASE-internalApiVersionBump": "latest"
}
}
}
# Studio Platform API
The InVision Studio Platform API for developing Studio Plugins.
The InVision Studio Platform API for developing Studio Apps.
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