🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@ckies/library

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckies/library - npm Package Compare versions

Comparing version

to
0.0.6

dist/lib/CKies.d.ts

5

dist/index.d.ts

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

export { getCookie, setCookie } from './helpers';
export { CookieType, CookieOptions } from './types';
export { CKies } from './ckies';
export { Cookie } from './lib/Cookie';
export { CKies, CookieOptions, CookieType } from './lib/CKies';

14

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var helpers_1 = require("./helpers");
exports.getCookie = helpers_1.getCookie;
exports.setCookie = helpers_1.setCookie;
var types_1 = require("./types");
exports.CookieType = types_1.CookieType;
exports.CookieOptions = types_1.CookieOptions;
var ckies_1 = require("./ckies");
exports.CKies = ckies_1.CKies;
var Cookie_1 = require("./lib/Cookie");
exports.Cookie = Cookie_1.Cookie;
var CKies_1 = require("./lib/CKies");
exports.CKies = CKies_1.CKies;
exports.CookieOptions = CKies_1.CookieOptions;
exports.CookieType = CKies_1.CookieType;
//# sourceMappingURL=index.js.map
# MIT License
Copyright (c) 2018 Cookies.WTF <mail@cookies.wtf>
Copyright (c) 2018 Sebastian Müller <code@sbstjn.com>

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

@@ -36,3 +36,3 @@ {

},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(tsx?)$",
"testRegex": "(/tests/.*|(\\.|/)(test|spec))\\.(tsx?)$",
"moduleFileExtensions": [

@@ -47,3 +47,3 @@ "ts",

},
"version": "0.0.5"
"version": "0.0.6"
}

@@ -1,4 +0,1 @@

# Library [![CircleCI](https://circleci.com/gh/ckies/library/tree/master.svg?style=svg)](https://circleci.com/gh/ckies/definitions/tree/master)
![license](https://img.shields.io/github/license/ckies/library.svg)
![npm (scoped)](https://img.shields.io/npm/v/@ckies/library.svg)
# Library

Sorry, the diff of this file is not supported yet