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

transposit

Package Overview
Dependencies
Maintainers
6
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transposit - npm Package Compare versions

Comparing version 0.7.5 to 0.7.6

.circleci/config.yml

28

dist/bundle.dev.js

@@ -96,3 +96,15 @@ (function webpackUniversalModuleDefinition(root, factory) {

/*
* Copyright 2018 Transposit Corporation. All Rights Reserved.
* Copyright 2018, 2019 Transposit Corporation. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

@@ -351,3 +363,15 @@ var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {

/*
* Copyright 2018 Transposit Corporation. All Rights Reserved.
* Copyright 2018, 2019 Transposit Corporation. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

@@ -354,0 +378,0 @@

20

package.json
{
"name": "transposit",
"version": "0.7.5",
"description": "Library for building apps on top of Transposit",
"main": "dist/bundle.dev.js",
"types": "dist/src/index.d.ts",
"version": "0.7.6",
"author": "Transposit",
"description": "SDK for web apps using Transposit as a backend",
"keywords": [
"transposit",
"sdk",
"js",
"ts",
"api",
"composition"
],
"license": "Apache-2.0",
"homepage": "https://github.com/transposit/transposit-js-sdk",
"bugs": "https://github.com/transposit/transposit-js-sdk/issues",
"repository": {
"type": "git",
"url": "git@github.com:transposit/transposit-js-sdk.git"
"url": "https://github.com/transposit/transposit-js-sdk.git"
},
"browser": "dist/bundle.prod.js",
"types": "dist/types",
"scripts": {

@@ -14,0 +24,0 @@ "start": "yarn run build:dev --progress --watch",

/*
* Copyright 2018 Transposit Corporation. All Rights Reserved.
* Copyright 2018, 2019 Transposit Corporation. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

@@ -4,0 +16,0 @@

/*
* Copyright 2018 Transposit Corporation. All Rights Reserved.
* Copyright 2018, 2019 Transposit Corporation. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

@@ -4,0 +16,0 @@

/*
* Copyright 2018 Transposit Corporation. All Rights Reserved.
* Copyright 2018, 2019 Transposit Corporation. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

@@ -4,0 +16,0 @@

/*
* Copyright 2018 Transposit Corporation. All Rights Reserved.
* Copyright 2018, 2019 Transposit Corporation. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

@@ -4,0 +16,0 @@

/*
* Copyright 2018 Transposit Corporation. All Rights Reserved.
* Copyright 2018, 2019 Transposit Corporation. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

@@ -4,0 +16,0 @@

@@ -5,5 +5,2 @@ {

"allowSyntheticDefaultImports": true,
"module": "esnext",
"moduleResolution": "Node",
"lib": ["es6", "dom"],
"strictNullChecks": true,

@@ -15,7 +12,11 @@ "noImplicitAny": true,

"noUnusedParameters": true,
"moduleResolution": "Node",
"lib": ["es6", "dom"],
"target": "es5",
"module": "esnext",
"declaration": true,
"outDir": "types",
"sourceMap": true,
"target": "es5",
"declaration": true
},
"include": ["./src"]
}

Sorry, the diff of this file is not supported yet

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