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

contential

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contential - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

dist/contential.js

@@ -8,2 +8,4 @@ "use strict";

require("@babel/polyfill");
var _client = _interopRequireDefault(require("./client"));

@@ -10,0 +12,0 @@

3

package.json
{
"name": "contential",
"version": "0.0.1",
"version": "0.0.2",
"description": "JavaScript client for Contential.",

@@ -31,2 +31,3 @@ "author": "Tom Andre",

"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.7.7",

@@ -33,0 +34,0 @@ "nodemon": "^1.18.9"

@@ -0,1 +1,2 @@

import '@babel/polyfill';
import ContentialClient from './client';

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